Commit 943d5fe
committed
CRITICAL FIX: Separate E2E tests from main test command for production CI
- Remove E2E tests from main 'test' command to fix GitHub Actions CI
- Create 'test:production' command for full testing including E2E
- GitHub Actions CI now only runs unit tests (no infrastructure needed)
- E2E tests preserved for future custom runners with full stack
- Resolves production deployment CI failure in PR #191 parent 338e4e1 commit 943d5fe
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments