Skip to content

Commit

Permalink
changed test command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Sep 19, 2023
1 parent 1bfa26c commit 5d265a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#- run: apk add --no-cache chromium && export CHROME_BIN='/usr/bin/chromium-browser'
- run: npm ci
- run: npm run build -ws
- run: npm run test -ws
- run: npm run test
- run: npm run coverage
- name: Archive code coverage results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5d265a5

Please sign in to comment.