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 f33619b commit c24b962Copy full SHA for c24b962
.github/workflows/main.yml
@@ -37,6 +37,7 @@ jobs:
37
echo "checks..."
38
FILTERED=$(jq -c -r '.check_runs[] | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' <<< "$CHECK_RUNS")
39
echo "filtered..."
40
+ jq -e . <<< "$FILTERED"
41
GROUPS=$(jq --slurp -c -r '. as $jobs | map(.config | split(".") | first) | unique | map(. as $group | {"platform": $group, "jobs": $jobs | map(select(.config |startswith($group)))})' <<< "$FILTERED")
42
echo "groups..."
43
if jq -e . <<< "$GROUPS" > /dev/null 2>&1; then # JSON validation
0 commit comments