diff --git a/.github/workflows/cicd-app.yml b/.github/workflows/cicd-app.yml index 57555240f9..d5460f12bb 100644 --- a/.github/workflows/cicd-app.yml +++ b/.github/workflows/cicd-app.yml @@ -238,7 +238,7 @@ jobs: - name: Curl stubbed geoserver check run: until $(curl --output /dev/null --silent --fail "http://localhost:8081/geoserver/wfs?service=WFS&version=1.1.0&request=GetFeature&typename=monitorenv:regulations&outputFormat=application/json&CQL_FILTER=topic=%27Ouest%20Cotentin%20Bivalves%27%20AND%20zone=%27Praires%20Ouest%20cotentin%27"); do printf '.'; sleep 5; done; - - uses: cypress-io/github-action@v6 + - uses: cypress-io/github-action@v7 with: browser: firefox cache-key: cypress-${{ hashFiles('package-lock.json') }}