Skip to content

Commit

Permalink
ci: js unit tests in sequenze
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Nov 23, 2023
1 parent 4484e7e commit 80382f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
# IPFS_API_KEY: ${{ secrets.IPFS_API_KEY }}

- name: Run unit tests
run: yarn test --testPathIgnorePatterns=modules/client/test/integration --coverage --passWithNoTests
run: yarn test --testPathIgnorePatterns=modules/client/test/integration --coverage --passWithNoTests --runInBand
env:
IPFS_API_KEY: ${{ secrets.IPFS_API_KEY }}

0 comments on commit 80382f0

Please sign in to comment.