Commit ce52737
fix: CI test failures - build for local testing
Fixed the root cause of CI test failures:
- Test workflow now builds with GITHUB_ACTIONS=false for local baseUrl
- Removed CI-specific baseURL from Playwright config
- docusaurus serve always serves at root, regardless of build baseUrl
- Tests now work correctly in both local and CI environments
All 69 tests now pass (100%) in CI simulation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent f5031d1 commit ce52737
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments