Skip to content

Commit b66fe57

Browse files
authoredSep 6, 2024
Merge pull request #66 from 4Catalyzer/imp/package_after_tests_in_ci
Make package job happen after tests job
2 parents 1964fda + 42ed2cb commit b66fe57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
package:
5858
name: "Build, verify, and publish package"
5959
runs-on: "ubuntu-latest"
60+
needs: [tests]
6061

6162
steps:
6263
- uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)
Please sign in to comment.