Skip to content

Commit a39a41d

Browse files
committed
ci(clean): removed playwright
1 parent acf874f commit a39a41d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
if: steps.cache.outputs.cache-hit != 'true'
3939
run: npm ci
4040

41-
- name: Install Playwright
42-
run: npx playwright install --with-deps
43-
4441
- name: Lint
4542
run: npm run lint
4643

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,12 @@ jobs:
3333
with:
3434
path: |
3535
node_modules
36-
~/.cache/ms-playwright/
37-
~\AppData\Local\ms-playwright\
3836
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
3937

4038
- name: Install Dependencies
4139
if: steps.cache.outputs.cache-hit != 'true'
4240
run: npm ci
4341

44-
- name: Install Playwright
45-
run: npx playwright install --with-deps
46-
4742
- name: Lint
4843
run: npm run lint
4944

0 commit comments

Comments
 (0)