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 47bbc8f commit f067d9a
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 @@ -30,7 +30,7 @@ jobs:
tests=$(find charts/k8s-monitoring/tests/platform -type d -depth 1 -exec basename {} \; | jq --raw-input --slurp --compact-output 'split("\n") | map(select(. != ""))')
fi
echo "Running tests: ${tests}"
echo "tests={$tests}" >> "${GITHUB_OUTPUT}"
echo "tests=${tests}" >> "${GITHUB_OUTPUT}"
run-tests:
name: Platform Test
Expand Down

0 comments on commit f067d9a

Please sign in to comment.