Skip to content

Commit

Permalink
fix: require build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaszkowic committed Aug 22, 2024
1 parent 25f35f8 commit 344cd43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
node-version-file: ".nvmrc"
- run: npm run build
test:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 344cd43

Please sign in to comment.