Skip to content

Commit 41b6284

Browse files
author
Akash Satheesan
authored
chore(ci): reinstall playwright each time
1 parent 0a4e9ce commit 41b6284

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,14 @@ jobs:
213213
if: steps.cache-yarn.outputs.cache-hit != 'true'
214214
run: yarn --frozen-lockfile
215215

216+
# HACK: this shouldn't need to exist, but put it here anyway
217+
# in an attempt to solve Playwright cache failures.
218+
- name: Reinstall playwright
219+
run: |
220+
cd test/
221+
rm -r node_modules/playwright
222+
yarn install --check-files
223+
216224
- name: Run end-to-end tests
217225
run: |
218226
./release-packages/code-server*-linux-amd64/bin/code-server &

0 commit comments

Comments
 (0)