Skip to content

Commit

Permalink
Build before test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Jun 16, 2023
1 parent 416be5e commit f5110a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
with:
install-command: yarn --immutable

- name: Test
run: yarn test --ci --maxWorkers=2

- name: Build
run: yarn build

- name: Test
run: yarn test --ci --maxWorkers=2

- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.node == '18.x'
uses: codecov/codecov-action@v1

0 comments on commit f5110a6

Please sign in to comment.