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 2a24dec commit 7f20294Copy full SHA for 7f20294
1 file changed
.github/workflows/test.yml
@@ -126,6 +126,7 @@ jobs:
126
fi
127
128
- name: Cache Playwright Browsers
129
+ continue-on-error: true
130
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
131
with:
132
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
@@ -215,6 +216,7 @@ jobs:
215
216
217
218
219
220
221
222
0 commit comments