There was an error while loading. Please reload this page.
1 parent 3fb921d commit ef5caffCopy full SHA for ef5caff
1 file changed
.github/workflows/site-runner.test.yml
@@ -73,8 +73,8 @@ jobs:
73
JOB_NAME: ${{ github.job }}
74
75
run: |
76
- gh api /repos/$REPO/actions/runs/$RUN_ID/attempts/$ATTEMPT/jobs \
77
- -q ".jobs[] | select(.name != \"$JOB_NAME\") | select(.status != \"completed\") | .status"
+ wait-for gh api /repos/$REPO/actions/runs/$RUN_ID/attempts/$ATTEMPT/jobs \
+ | jq -e ".jobs[] | select(.name != \"$JOB_NAME\") | select(.status != \"completed\") | .status"
78
79
create-site:
80
name: Create Preview Site
0 commit comments