Skip to content

Commit

Permalink
ci: build project after test to ensure success buildingbefore merging…
Browse files Browse the repository at this point in the history
… pull requests
  • Loading branch information
vboechat committed May 18, 2024
1 parent af08afa commit b25c880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:

- name: Test project
run: yarn test

- name: Build project
run: yarn build

0 comments on commit b25c880

Please sign in to comment.