Skip to content

Commit 68a348d

Browse files
committed
Bash variables
Signed-off-by: Pete Wall <pete.wall@grafana.com>
1 parent 9c2a0be commit 68a348d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platform-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Choose the tests that match the labels
3535
tests=$(jq --null-input --compact-output --argjson allTests "${allTests}" --argjson chosenTests "${chosenTests}" '$allTests | map(select(. as $test | $chosenTests | index($test)))')
3636
else
37-
tests=allTests
37+
tests="${allTests}"
3838
fi
3939
echo "Running tests: ${tests}"
4040
echo "tests=${tests}" >> "${GITHUB_OUTPUT}"

0 commit comments

Comments
 (0)