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 }}