Skip to content

Commit

Permalink
try different output
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wertenteil committed Feb 20, 2024
1 parent 0618c9d commit 97599f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
echo "machine github.com login git password ${{ secrets.INGESTERS_READ_TOKEN }}" > ~/.netrc
tests=$(cd tests && go test ./... -list . --tags=integration | grep '^TestSynchronizer' | jq -R -s -c 'split("\n")')
echo "::set-output name=tests::$tests"
matrix=$(echo $tests | jq -c 'map({test: .}) | join(" ")' | sed 's/\"/\\\"/g')
echo "Tests: $tests"
matrix=$(echo $tests | jq -c 'split("\n")[:-1]')
echo "::set-output name=matrix::$matrix"
echo "Matrix: $matrix"
component-tests:
needs: list-tests
Expand Down

0 comments on commit 97599f0

Please sign in to comment.