Commit 320eca4
committed
feat: enhance CI pipeline with e2e test support
- Split test execution into unit tests and e2e tests
- Add conditional e2e test execution based on API key availability
- Configure GEOCODIO_API_KEY secret for e2e test authentication
- Add verbose output for e2e tests to aid debugging
- Maintain existing linting step in workflow
- Unit tests run always, e2e tests run only when API key is provided1 parent 26c4d06 commit 320eca4
1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
| |||
0 commit comments