Skip to content

Commit 9a007e1

Browse files
committed
fixed typo in github action test report
1 parent 47c7552 commit 9a007e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sliderule-testreport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
SLIDERULE_GITHUB_TOKEN: ${{ secrets.SESSION_PAT }}
1414
run: |
15-
set -euo pipeline # stop workflow if curl exits non-zero
15+
set -euo pipefail # stop workflow if curl exits non-zero
1616
JWT=$(curl -fsS https://login.slideruleearth.io/auth/github/pat -d "{\"pat\":\"$SLIDERULE_GITHUB_TOKEN\"}" | jq -r '.token')
1717
REPORT=$(curl -fsS -X POST -H "Authorization: Bearer $JWT" https://provisioner.slideruleearth.io/report/tests)
1818
REPORT_EPOCH=$(date -d "$(echo $REPORT | jq -r '.report.date')" +%s)

0 commit comments

Comments
 (0)