Skip to content

Commit 97dbece

Browse files
committed
Update build.yml
1 parent 6ff4a2c commit 97dbece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
mutation-testing:
149149
name: "Mutation Testing"
150150
runs-on: "ubuntu-latest"
151-
needs: "tests"
151+
needs: ["tests", "static-analysis"]
152152

153153
strategy:
154154
fail-fast: false

0 commit comments

Comments
 (0)