Skip to content

Commit 2c7d5df

Browse files
committed
Remove tests workflow.
Don't use clean install in workflow.
1 parent 764ddab commit 2c7d5df

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: lts/*
1616
- name: Install dependencies
17-
run: npm ci
17+
run: npm i
1818
- name: Install Playwright Browsers
1919
run: npx playwright install --with-deps
2020
- name: Run Playwright tests

.github/workflows/tests.yml

-19
This file was deleted.

0 commit comments

Comments
 (0)