Skip to content

Commit

Permalink
ci: require tests and lint before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Feb 6, 2024
1 parent ca4a6e1 commit 11ab20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# and triggering of docker image builds in the apify-actor-docker repo.
deploy:
name: Publish to NPM
needs: [ lint ]
needs: [ build_and_test, lint ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 11ab20b

Please sign in to comment.