We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecc92e commit 31fe6e5Copy full SHA for 31fe6e5
.github/workflows/playwright.yml
@@ -38,7 +38,7 @@ jobs:
38
${{ runner.os }}-pnpm-store-
39
40
- name: Install dependencies
41
- run: pnpm install --frozen-lockfile
+ run: pnpm install
42
43
- name: Install Playwright browsers
44
run: pnpm exec playwright install --with-deps chromium
.github/workflows/vitest.yml
- name: Run unit tests
run: pnpm test:ci
0 commit comments