Skip to content

Commit

Permalink
ci(jquery): limit testing to browser tests (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil authored Jan 14, 2025
1 parent 83012b9 commit 9a2be26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jquery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:

- name: Run jQuery tests
working-directory: test/jquery
run: npm it
run: npm install && npm run test:browser

0 comments on commit 9a2be26

Please sign in to comment.