Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Jul 24, 2024
1 parent c4a3daa commit e965037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-zombienet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# Run each test as a separate job using a matrix strategy
run-tests:
runs-on: self-hosted
needs: [ "set-tags", "build" ]
needs: [ "get-tests", "build" ]
strategy:
matrix:
test_name: ${{ fromJson(needs.get-tests.outputs.tests) }}
Expand Down

0 comments on commit e965037

Please sign in to comment.