Skip to content

Commit dcef099

Browse files
added json debug
1 parent 5f2ee4d commit dcef099

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/regression-summary.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
exit 1
8787
fi
8888
89+
echo "$RAW_RUNS" > raw_runs.json
90+
cat raw_runs.json
91+
8992
RUNS=$(echo "$RAW_RUNS" | jq -c --arg SINCE "${SINCE}T00:00:00Z" --arg UNTIL "${UNTIL}T23:59:59Z" \
9093
'.workflow_runs[] | select(.created_at >= $SINCE and .created_at <= $UNTIL)')
9194

0 commit comments

Comments
 (0)