diff --git a/.github/workflows/build-from-test.yml b/.github/workflows/build-from-test.yml index a7275446e..a39e53a20 100644 --- a/.github/workflows/build-from-test.yml +++ b/.github/workflows/build-from-test.yml @@ -193,9 +193,12 @@ jobs: rm -rf '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar' docker push ${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK}}:${{ env.COMMIT_TAG }} + - name: Sleep for 20 Seconds + run: sleep 20 + - name: Notify Qovery of new image tag run: | - curl -X POST https://api.qovery.com/organization/${{ secrets.QOVERY_ORG_ID }}/container/deploy \ + curl -i -X POST https://api.qovery.com/organization/${{ secrets.QOVERY_ORG_ID }}/container/deploy \ -H "Authorization: Token ${{ secrets.QOVERY_API_TOKEN }}" \ -H "Content-Type: application/json" \ -d '{ diff --git a/.github/workflows/test_integration_playwright.yml b/.github/workflows/test_integration_playwright.yml index 879b6bbab..4109c032a 100644 --- a/.github/workflows/test_integration_playwright.yml +++ b/.github/workflows/test_integration_playwright.yml @@ -11,7 +11,7 @@ on: deployment: required: true type: choice - default: "govtool.cardanoapi.io" + default: "p80-z6b8d2f7a-ze34e4cb2-gtw.z937eb260.rustrocks.fr" options: - "sanchogov.tools" - "staging.govtool.byron.network" @@ -31,7 +31,7 @@ on: - "preprod" workflow_run: - workflows: ["Build and deploy GovTool test stack"] + workflows: ["Check and Build QA"] types: [completed] branches: - test @@ -89,6 +89,9 @@ jobs: if: steps.cache-playwright-browsers.outputs.cache-hit != 'true' run: npx playwright install --with-deps + - name: Initial delay 5 mins + run: sleep 300 + - name: Run tests id: run-test run: |