Retry tests 3 times to lessen chance of complete job failure due to flaky tests (#4241)

This commit is contained in:
pajlada
2022-12-18 13:53:17 +01:00
committed by GitHub
parent 77852f0e29
commit 2de1437bdf
+1 -1
View File
@@ -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