Skip to content

Commit

Permalink
Just run test command as part of PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Apr 6, 2022
1 parent b0a6de6 commit d46ef80
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@ jobs:
- name: Lint
run: npm run lint
- name: Test Node
run: npm run test-node
- name: Test browsers
run: |
npm run test-browser
- name: Test
run: npm test

0 comments on commit d46ef80

Please sign in to comment.