File tree Expand file tree Collapse file tree 4 files changed +16
-10
lines changed
Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Original file line number Diff line number Diff 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 '{
Original file line number Diff line number Diff line change 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"
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
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 }}
234237env :
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 }}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments