Skip to content

Commit

Permalink
ci(clean): removed playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 22, 2024
1 parent acf874f commit a39a41d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci

- name: Install Playwright
run: npx playwright install --with-deps

- name: Lint
run: npm run lint

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,12 @@ jobs:
with:
path: |
node_modules
~/.cache/ms-playwright/
~\AppData\Local\ms-playwright\
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}

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

- name: Install Playwright
run: npx playwright install --with-deps

- name: Lint
run: npm run lint

Expand Down

0 comments on commit a39a41d

Please sign in to comment.