Skip to content

Commit

Permalink
Let type-checker and unit-tests jobs depend on dependency-validation job
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 29, 2023
1 parent 5827e50 commit 9242ddb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
type-checker:
name: Type Checker

needs:
- dependency-validation

runs-on: ubuntu-latest

steps:
Expand All @@ -88,6 +91,9 @@ jobs:
unit-tests:
name: Unit Tests

needs:
- dependency-validation

runs-on: ${{ matrix.os }}

env:
Expand Down

0 comments on commit 9242ddb

Please sign in to comment.