Skip to content

Commit c68e473

Browse files
authored
Merge pull request #3826 from IntersectMBO/staging
v2.0.26.3
2 parents 21c717d + 8e32a48 commit c68e473

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
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: 7 additions & 4 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: |
@@ -232,8 +235,8 @@ jobs:
232235
GITHUB_TOKEN: ${{ github.token }}
233236
GROUP_NAME: ${{ needs.publish-report.outputs.group_name }}
234237
env:
235-
HOST_URL: https://${{ github.event.schedule && 'preview.gov.tools' || (inputs.deployment || 'govtool.cardanoapi.io') }}
236-
DEPLOYMENT: ${{ github.event.schedule && 'preview.gov.tools' || inputs.deployment || 'govtool.cardanoapi.io'}}
238+
HOST_URL: https://${{ github.event.schedule && 'preview.gov.tools' || (inputs.deployment || 'p80-z6b8d2f7a-ze34e4cb2-gtw.z937eb260.rustrocks.fr') }}
239+
DEPLOYMENT: ${{ github.event.schedule && 'preview.gov.tools' || inputs.deployment || 'p80-z6b8d2f7a-ze34e4cb2-gtw.z937eb260.rustrocks.fr'}}
237240
REPORT_NAME: ${{ github.event.schedule && 'nightly-'}}govtool-frontend
238241
GH_PAGES: ${{vars.GH_PAGES}}
239242
COMMIT_SHA: ${{ github.event.workflow_run.head_sha || github.sha }}

govtool/frontend/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

govtool/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@emotion/styled": "^11.11.0",
2828
"@emurgo/cardano-serialization-lib-asmjs": "^14.1.1",
2929
"@hookform/resolvers": "^3.3.1",
30-
"@intersect.mbo/govtool-outcomes-pillar-ui": "v1.5.0",
30+
"@intersect.mbo/govtool-outcomes-pillar-ui": "v1.5.1",
3131
"@intersect.mbo/intersectmbo.org-icons-set": "^1.0.8",
3232
"@intersect.mbo/pdf-ui": "1.0.3-beta",
3333
"@mui/icons-material": "^5.14.3",

0 commit comments

Comments
 (0)