Skip to content

Commit 71ae4ea

Browse files
committed
fix: fix error on CI workflow
1 parent a73f556 commit 71ae4ea

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/quick-tools-pretend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sect/solid-hiding-header": patch
3+
---
4+
5+
fix error on CI workflow

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pnpm coverage
4444

4545
- name: Install Playwright Browsers
46-
run: pnpm dlx playwright install --with-deps
46+
run: pnpm exec playwright install --with-deps
4747

4848
- name: Run E2E Tests
4949
run: pnpm test:e2e

0 commit comments

Comments
 (0)