Skip to content

Commit

Permalink
Merge f795b65 into 6653fd2
Browse files Browse the repository at this point in the history
  • Loading branch information
William Welling committed Sep 21, 2022
2 parents 6653fd2 + f795b65 commit 092d5bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
npm install --registry=http://localhost:4873
- name: "Run Node Tests"
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
cd $GITHUB_WORKSPACE/repo
xvfb-run --auto-servernum npm run test:ci

0 comments on commit 092d5bf

Please sign in to comment.