Skip to content

Commit

Permalink
Add a build before test step, otherwise git hasn't updated the index …
Browse files Browse the repository at this point in the history
…before the test fails incorrectly
  • Loading branch information
TheSpyder committed May 22, 2024
1 parent 1def36b commit 761bd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn test

0 comments on commit 761bd20

Please sign in to comment.