Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build-from-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '{
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_integration_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -31,7 +31,7 @@ on:
- "preprod"

workflow_run:
workflows: ["Build and deploy GovTool test stack"]
workflows: ["Check and Build QA"]
types: [completed]
branches:
- test
Expand Down Expand Up @@ -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: |
Expand Down
Loading