Skip to content

Commit

Permalink
chore: add build to test job
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Feb 8, 2024
1 parent 3c5c25c commit dfd979e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
cache: yarn

- run: yarn install --immutable --inline-builds
- run: yarn build
- run: yarn test
env:
CI: 'true'
Expand Down

0 comments on commit dfd979e

Please sign in to comment.