Skip to content

Commit

Permalink
fix: releases now depend on tests + build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Sep 21, 2023
1 parent 8485891 commit 670fb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
packages: write
if: github.event_name == 'push'
runs-on: ubuntu-latest
needs: [build] # needs: [test, build]
needs: [test, build]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 670fb3f

Please sign in to comment.