Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Sep 26, 2024
1 parent b0656a4 commit 0cd2739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Build
run: yarn bootstrap

- name: Run node tests
run: yarn test node

- name: Run browser tests and generate coverage
run: yarn cover

- name: Run node tests
run: yarn test node

- name: Run lint and prettier
run: yarn lint

Expand Down

0 comments on commit 0cd2739

Please sign in to comment.