Skip to content

Commit

Permalink
Remove tests workflow.
Browse files Browse the repository at this point in the history
Don't use clean install in workflow.
  • Loading branch information
yaph committed Oct 4, 2024
1 parent 764ddab commit 2c7d5df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
run: npm i
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 2c7d5df

Please sign in to comment.