We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cc1a4 commit 4782afaCopy full SHA for 4782afa
.changeset/poor-terms-mix.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/e2e_resource_cleanup.yml
@@ -36,4 +36,9 @@ jobs:
36
role-to-assume: arn:aws:iam::${{ matrix.testAccount }}:role/e2e-resource-cleanup
37
aws-region: ${{ matrix.region }}
38
- name: Run E2E resource cleanup
39
- run: npm run e2e:cleanup-resources
+ uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # version 3.0.2
40
+ with:
41
+ max_attempts: 3
42
+ retry_wait_seconds: 60 # wait a minute before retrying
43
+ timeout_minutes: 15 # these don't typically take long
44
+ command: npm run e2e:cleanup-resources
0 commit comments