Skip to content

Commit

Permalink
Fix fix fix
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall committed Dec 10, 2024
1 parent 42772ff commit 47bbc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
if [ "${{ github.event_name }}" == "pull_request" ]; then
labels='${{ toJson(github.event.pull_request.labels.*.name) }}'
tests=$(echo "${labels}" | jq --raw-input --compact-output '[.[] | select(startswith("platform-test-")) | sub("^platform-test-"; "")]')
tests=$(echo "${labels}" | jq --raw-output --compact-output '[.[] | select(startswith("platform-test-")) | sub("^platform-test-"; "")]')
else
tests=$(find charts/k8s-monitoring/tests/platform -type d -depth 1 -exec basename {} \; | jq --raw-input --slurp --compact-output 'split("\n") | map(select(. != ""))')
fi
Expand Down

0 comments on commit 47bbc8f

Please sign in to comment.