Skip to content

Commit

Permalink
skip browser in node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Sep 20, 2024
1 parent 943d6ac commit 40d8400
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 @@ -64,7 +64,7 @@ jobs:
run: pnpm --recursive --stream --sequential build:tests:node

- name: Run tests for all packages
run: pnpm --recursive --stream exec c8 mocha -- --color
run: pnpm --recursive --filter '!browser' --stream exec c8 mocha -- --color
env:
TEST_DWN_URL: http://localhost:3000

Expand Down

0 comments on commit 40d8400

Please sign in to comment.