Skip to content

Commit

Permalink
Update CI task
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Nov 11, 2024
1 parent 60f6712 commit 6b301d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
run: yarn check-types
- name: Lint
run: yarn lint
- name: Tests
run: yarn test
- name: Unit Tests
run: yarn test:unit
- name: Browsers Tests
run: yarn test:browsers

# Download spec tests with cache
- name: Restore spec tests cache
Expand Down

0 comments on commit 6b301d4

Please sign in to comment.