Skip to content

Commit 06d9275

Browse files
committed
chore(ci): depug
1 parent f972522 commit 06d9275

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/garnix-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ jobs:
2929
sleep 16
3030
app2_run=$(curl "$url" | jq '.check_runs | .[] | select(.name == "package app2 [x86_64-linux]")')
3131
32+
echo "RAW"
33+
echo $app2_run
34+
3235
status=$(echo $app2_run | jq '.status')
36+
37+
echo "STATUS"
38+
echo $status
3339
done
3440
3541
conclusion=$(echo $app2_run | jq '.conclusion')

0 commit comments

Comments
 (0)