Skip to content

Commit b36f89c

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
access_token: ${{ github.token }}
1919

2020
sandbox_tests_exist:
21+
timeout-minutes: 10
2122
runs-on: ubuntu-latest
2223
needs: cancel_if_duplicate
2324
steps:
@@ -43,6 +44,7 @@ jobs:
4344
token: ${{ secrets.GITHUB_TOKEN }}
4445

4546
staging_tests_exist:
47+
timeout-minutes: 10
4648
runs-on: ubuntu-latest
4749
needs: cancel_if_duplicate
4850
steps:
@@ -68,6 +70,7 @@ jobs:
6870
token: ${{ secrets.GITHUB_TOKEN }}
6971

7072
sandbox_tests:
73+
timeout-minutes: 30
7174
needs: sandbox_tests_exist
7275
runs-on: ubuntu-latest
7376
env:
@@ -142,6 +145,7 @@ jobs:
142145
token: ${{ secrets.GITHUB_TOKEN }}
143146

144147
staging_tests:
148+
timeout-minutes: 30
145149
runs-on: ubuntu-latest
146150
env:
147151
#below sets default to true and will confirm later in workflow
@@ -225,6 +229,10 @@ jobs:
225229
if: ${{ always() }}
226230
run: npx arc destroy --app ${{ env.APP_NAME }} --name ${{env.UNIQUE_STACK}} --force --now
227231

232+
- name: Delete Stack if Destroy Failed
233+
if: ${{ always() }}
234+
run: aws cloudformation delete-stack --stack-name ${{env.AWS_STACK_NAME}}
235+
228236
- name: Notify
229237
uses: homoluctus/slatify@master
230238
if: github.ref == 'refs/heads/main' && failure()

0 commit comments

Comments
 (0)