We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c7552 commit 9a007e1Copy full SHA for 9a007e1
.github/workflows/sliderule-testreport.yml
@@ -12,7 +12,7 @@ jobs:
12
env:
13
SLIDERULE_GITHUB_TOKEN: ${{ secrets.SESSION_PAT }}
14
run: |
15
- set -euo pipeline # stop workflow if curl exits non-zero
+ set -euo pipefail # stop workflow if curl exits non-zero
16
JWT=$(curl -fsS https://login.slideruleearth.io/auth/github/pat -d "{\"pat\":\"$SLIDERULE_GITHUB_TOKEN\"}" | jq -r '.token')
17
REPORT=$(curl -fsS -X POST -H "Authorization: Bearer $JWT" https://provisioner.slideruleearth.io/report/tests)
18
REPORT_EPOCH=$(date -d "$(echo $REPORT | jq -r '.report.date')" +%s)
0 commit comments