Skip to content

Commit

Permalink
Let mutation-tests job depend on tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 3, 2024
1 parent 032c1db commit 5704dc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
mutation-tests:
name: Mutation Tests

needs:
- tests

runs-on: ubuntu-latest
timeout-minutes: 5

Expand Down

0 comments on commit 5704dc8

Please sign in to comment.