Skip to content

Commit

Permalink
Retry tests 3 times to lessen chance of complete job failure due to f…
Browse files Browse the repository at this point in the history
…laky tests (#4241)
  • Loading branch information
pajlada authored Dec 18, 2022
1 parent 77852f0 commit 2de1437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
docker pull ${{ env.TWITCH_PUBSUB_SERVER_IMAGE }}
docker run --network=host --detach ${{ env.TWITCH_PUBSUB_SERVER_IMAGE }}
docker run -p 9051:80 --detach kennethreitz/httpbin
./bin/chatterino-test --platform minimal
./bin/chatterino-test --platform minimal || ./bin/chatterino-test --platform minimal || ./bin/chatterino-test --platform minimal
working-directory: build-test
shell: bash

0 comments on commit 2de1437

Please sign in to comment.