Commit af0119d
fix: copy .env.example to .env in CI for config-app tests
Instead of tracking .env directly, add .env.example with safe defaults
and copy it in the CI workflow before running tests. This follows the
standard convention — .env stays gitignored, .env.example is the
committed template.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3c3af29 commit af0119d
3 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
File renamed without changes.
0 commit comments