Skip to content

Commit 9763aff

Browse files
authored
Merge pull request #3819 from IntersectMBO/feat/wf-check-and-build-qa
Feat/wf check and build qa
2 parents 86d628c + d8134f0 commit 9763aff

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/build-from-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,12 @@ jobs:
193193
rm -rf '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar'
194194
docker push ${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK}}:${{ env.COMMIT_TAG }}
195195
196+
- name: Sleep for 20 Seconds
197+
run: sleep 20
198+
196199
- name: Notify Qovery of new image tag
197200
run: |
198-
curl -X POST https://api.qovery.com/organization/${{ secrets.QOVERY_ORG_ID }}/container/deploy \
201+
curl -i -X POST https://api.qovery.com/organization/${{ secrets.QOVERY_ORG_ID }}/container/deploy \
199202
-H "Authorization: Token ${{ secrets.QOVERY_API_TOKEN }}" \
200203
-H "Content-Type: application/json" \
201204
-d '{

.github/workflows/test_integration_playwright.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
deployment:
1212
required: true
1313
type: choice
14-
default: "govtool.cardanoapi.io"
14+
default: "p80-z6b8d2f7a-ze34e4cb2-gtw.z937eb260.rustrocks.fr"
1515
options:
1616
- "sanchogov.tools"
1717
- "staging.govtool.byron.network"
@@ -31,7 +31,7 @@ on:
3131
- "preprod"
3232

3333
workflow_run:
34-
workflows: ["Build and deploy GovTool test stack"]
34+
workflows: ["Check and Build QA"]
3535
types: [completed]
3636
branches:
3737
- test
@@ -89,6 +89,9 @@ jobs:
8989
if: steps.cache-playwright-browsers.outputs.cache-hit != 'true'
9090
run: npx playwright install --with-deps
9191

92+
- name: Initial delay 5 mins
93+
run: sleep 300
94+
9295
- name: Run tests
9396
id: run-test
9497
run: |

0 commit comments

Comments
 (0)