Skip to content

Commit 7f20294

Browse files
authored
ci: tolerate Playwright browser cache failures (#1305)
1 parent 2a24dec commit 7f20294

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
fi
127127
128128
- name: Cache Playwright Browsers
129+
continue-on-error: true
129130
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
130131
with:
131132
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
@@ -215,6 +216,7 @@ jobs:
215216
fi
216217
217218
- name: Cache Playwright Browsers
219+
continue-on-error: true
218220
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
219221
with:
220222
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}

0 commit comments

Comments
 (0)