Skip to content

Commit

Permalink
Update test action dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanvugt committed Sep 2, 2023
1 parent c00fab4 commit 84b753f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

check:
name: Check
needs: [lint]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -25,6 +26,7 @@ jobs:

unit:
name: Unit Tests
needs: [check]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 84b753f

Please sign in to comment.