We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2a0be commit 68a348dCopy full SHA for 68a348d
.github/workflows/platform-test.yml
@@ -34,7 +34,7 @@ jobs:
34
# Choose the tests that match the labels
35
tests=$(jq --null-input --compact-output --argjson allTests "${allTests}" --argjson chosenTests "${chosenTests}" '$allTests | map(select(. as $test | $chosenTests | index($test)))')
36
else
37
- tests=allTests
+ tests="${allTests}"
38
fi
39
echo "Running tests: ${tests}"
40
echo "tests=${tests}" >> "${GITHUB_OUTPUT}"
0 commit comments