Skip to content

Commit

Permalink
ci: run build step on every pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoferey authored Feb 16, 2023
1 parent 6f96c0c commit eb75f1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
env:
CI: true

- name: Run build
run: |
yarn build
env:
CI: true

- name: Run tests
run: |
yarn test:ci
Expand Down

0 comments on commit eb75f1c

Please sign in to comment.