Skip to content

Commit

Permalink
Run build during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz committed Nov 1, 2022
1 parent 0ed24b5 commit 0445906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
cache: 'yarn'

- run: yarn install --network-timeout 1000000 --frozen-lockfile
- run: yarn run build-views
- run: yarn test
- run: yarn run coverage

Expand Down

0 comments on commit 0445906

Please sign in to comment.