Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson committed Dec 8, 2024
1 parent 393bf7f commit 78bfe5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
with:
deno-version: v1.x

- name: Push failure of exit 53 to test code
run: |
exit 53
- name: Run the deno exec with retry
run: |
cd bin/si-api-test
Expand Down

0 comments on commit 78bfe5f

Please sign in to comment.