mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
chore(ci): replace playwright action (#3910)
This commit is contained in:
parent
f75edc26b7
commit
73380379da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -352,8 +352,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: "14"
|
node-version: "14"
|
||||||
|
|
||||||
- name: Install playwright
|
- name: Install playwright OS dependencies
|
||||||
uses: microsoft/playwright-github-action@v1
|
run: npx playwright install-deps
|
||||||
|
|
||||||
- name: Fetch dependencies from cache
|
- name: Fetch dependencies from cache
|
||||||
id: cache-yarn
|
id: cache-yarn
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue