Skip to content

Commit

Permalink
fix ci command to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mistermoe committed Oct 6, 2023
1 parent 6d100c7 commit f34485d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ts-integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: npm run lint

- name: Run node tests
run: npm run test:node --ws -- --color
run: npm run test:node -- --color

# test-with-browsers:
# # Run browser tests using macOS so that WebKit tests don't fail under a Linux environment
Expand Down

0 comments on commit f34485d

Please sign in to comment.