Skip to content

Commit

Permalink
Modify the script to invoke the bash shell outside of the loop
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Mar 2, 2024
1 parent 81b33b4 commit c938f45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
# retries are added due to test failures with dependencies
- name: Run tests
run: |
bash -c '
retries=0
until [ $retries -ge 5 ]
do
Expand All @@ -51,6 +52,6 @@ jobs:
((retries=retries+1))
fi
done
'
# - name: Stop local test server
# run: docker-compose -p xmtp-ios -f dev/local/docker-compose.yml down

0 comments on commit c938f45

Please sign in to comment.