File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 if : needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
3838 strategy :
39+ fail-fast : false
3940 matrix :
4041 environment :
4142 - name : bug-bounty
@@ -44,12 +45,14 @@ jobs:
4445 project : pwa-kit
4546 mobify_user : MOBIFY_STG_CLIENT_USER
4647 mobify_api_key : MOBIFY_STG_CLIENT_API_KEY
48+ flags : --cloud-origin https://cloud-testing.mobify-staging.com -c ~/.mobify --wait
4749 - name : demo-site
4850 project_key : retail-react-app-demo-site
4951 target : production
5052 project : scaffold-pwa
5153 mobify_user : MOBIFY_CLIENT_USER
5254 mobify_api_key : MOBIFY_CLIENT_API_KEY
55+ flags : --wait
5356 steps :
5457 - name : Checkout
5558 uses : actions/checkout@v4
9598 TARGET : ${{ matrix.environment.target }}
9699 PROJECT : ${{ matrix.environment.project }}
97100 MESSAGE : ${{ env.BUNDLE_NAME }})
98- FLAGS : --wait
101+ FLAGS : ${{ matrix.environment.flags }}
You can’t perform that action at this time.
0 commit comments