Skip to content

Commit 3757a09

Browse files
ryan-williamsclaude
andcommitted
Fix CI: use e2e script for Playwright tests
The site has an `e2e` script, not `test`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c180104 commit 3757a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Run E2E tests
6363
working-directory: ./site
64-
run: pnpm run test
64+
run: pnpm run e2e
6565

6666
- name: Upload test report
6767
if: failure()

0 commit comments

Comments
 (0)