Skip to content

Commit

Permalink
Revert to Tim's changes after resolving timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhinek authored Mar 11, 2024
1 parent e7c4539 commit 5085036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: pnpm --recursive --stream --sequential build:tests:node

- name: Run tests for all packages
run: npm run test:node --ws -- --color
run: pnpm --recursive --stream exec c8 mocha -- --color --reporter mocha-junit-reporter --reporter-options mochaFile=./results.xml
env:
TEST_DWN_URL: http://localhost:3000

Expand Down

0 comments on commit 5085036

Please sign in to comment.