File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 38
38
if : steps.cache.outputs.cache-hit != 'true'
39
39
run : npm ci
40
40
41
- - name : Install Playwright
42
- run : npx playwright install --with-deps
43
-
44
41
- name : Lint
45
42
run : npm run lint
46
43
Original file line number Diff line number Diff line change @@ -33,17 +33,12 @@ jobs:
33
33
with :
34
34
path : |
35
35
node_modules
36
- ~/.cache/ms-playwright/
37
- ~\AppData\Local\ms-playwright\
38
36
key : ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
39
37
40
38
- name : Install Dependencies
41
39
if : steps.cache.outputs.cache-hit != 'true'
42
40
run : npm ci
43
41
44
- - name : Install Playwright
45
- run : npx playwright install --with-deps
46
-
47
42
- name : Lint
48
43
run : npm run lint
49
44
You can’t perform that action at this time.
0 commit comments