Skip to content

Commit

Permalink
Fix JSON?
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Jul 30, 2024
1 parent b930814 commit c0f4807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-zombienet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
id: set_tests
run: |
include_tests=$(echo "${{ env.tests }}" | jq -c '{include: . | map({test_name: .})}')
echo "Formatted tests JSON: $include_tests"
echo "tests=$include_tests" >> $GITHUB_OUTPUT
####### Building binaries #######
Expand Down

0 comments on commit c0f4807

Please sign in to comment.