Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <[email protected]>
  • Loading branch information
rwaffen committed Aug 9, 2024
1 parent da34353 commit dcd0ac0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
test_ci_container:
name: 'Test CI container'
runs-on: ubuntu-latest
needs: setup-matrix
needs:
- setup-matrix
- build_test_container
strategy:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
steps:
Expand All @@ -111,6 +113,7 @@ jobs:
tests:
needs:
- build_test_container
- test_ci_container
runs-on: ubuntu-latest
name: Test suite
steps:
Expand Down

0 comments on commit dcd0ac0

Please sign in to comment.