Skip to content

Commit eaa4b45

Browse files
author
Workflow Sync Bot
committed
💬 - Files Synced | Runner ID : 75 | ⚡ Triggered By begin-examples/integration-tester
1 parent b36f89c commit eaa4b45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎.github/workflows/integration-tester.yml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ jobs:
202202
- name: Find App Name
203203
run: echo "APP_NAME=$(node .github/workflows/integration-tests/scripts/get-app-name.js )" >> $GITHUB_ENV
204204

205-
- name: Deploy Staging
206-
run: npx arc deploy --name ${{env.UNIQUE_STACK}}
207-
208205
- name: Calculate Stack Name
209206
run: echo "AWS_STACK_NAME=$(node .github/workflows/integration-tests/scripts/get-stack-name.js --app-name ${{env.APP_NAME}} --unique-stack ${{env.UNIQUE_STACK}})" >> $GITHUB_ENV
210207

208+
- name: Deploy Staging
209+
run: npx arc deploy --name ${{env.UNIQUE_STACK}}
210+
211211
- name: Find Stack Url
212212
run: echo "STAGING_URL=$(aws cloudformation describe-stacks --stack-name ${{env.AWS_STACK_NAME}} | node .github/workflows/integration-tests/scripts/get-staging-url.js)" >> $GITHUB_ENV
213213

@@ -229,9 +229,9 @@ jobs:
229229
if: ${{ always() }}
230230
run: npx arc destroy --app ${{ env.APP_NAME }} --name ${{env.UNIQUE_STACK}} --force --now
231231

232-
- name: Delete Stack if Destroy Failed
233-
if: ${{ always() }}
234-
run: aws cloudformation delete-stack --stack-name ${{env.AWS_STACK_NAME}}
232+
# - name: Delete Stack if Destroy Failed
233+
# if: ${{ always() }}
234+
# run: aws cloudformation delete-stack --stack-name ${{env.AWS_STACK_NAME}}
235235

236236
- name: Notify
237237
uses: homoluctus/slatify@master

0 commit comments

Comments
 (0)