Skip to content

Commit 85e59ff

Browse files
nmergetmfranzke
andauthored
chore: add guidepup setup retry (#4497)
* chore: add guidepup setup fallback * Update .github/workflows/02-e2e-screen-reader.yml Co-authored-by: Maximilian Franzke <[email protected]> --------- Co-authored-by: Maximilian Franzke <[email protected]>
1 parent 7835e92 commit 85e59ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/02-e2e-screen-reader.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: 🦮 Guidepup Setup
29+
id: setup
30+
continue-on-error: true
31+
uses: guidepup/[email protected]
32+
with:
33+
record: true
34+
35+
- name: 🦮 Guidepup Setup retry
36+
if: steps.setup.outcome == 'failure'
2937
uses: guidepup/[email protected]
3038
with:
3139
record: true

0 commit comments

Comments
 (0)