From d798ef904933666419327900ff3affa2c43abcf7 Mon Sep 17 00:00:00 2001 From: kubealex Date: Wed, 3 Jan 2024 09:29:05 +0100 Subject: [PATCH] add exc --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6d3b1bd..182dba2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -79,9 +79,9 @@ jobs: - name: Edit hosts file and test apps run: | sudo echo "127.0.0.1 ${{ env.plex_ingress_host }} ${{ env.ingress_host }}" | sudo tee -a /etc/hosts - wget ${{ env.ingress_host }}/jackett wget ${{ env.ingress_host }}/sonarr wget ${{ env.ingress_host }}/radarr wget ${{ env.ingress_host }}/sabnzbd wget ${{ env.ingress_host }}/prowlarr + wget --retry-on-http-error=503,500 ${{ env.ingress_host }}/jackett curl ${{ env.plex_ingress_host }}