Commit 4ca4a33
fix(ci): bind test server to 127.0.0.1 and make releases on-demand
- geomark CLI tests: explicit 127.0.0.1 binding fixes IPv6 mismatch
on Node 18 in GitHub Actions (server listened on 0.0.0.0 but CLI
connected via localhost which resolved to ::1)
- auto-release: remove push trigger, keep workflow_dispatch only —
releases are now manual via Actions UI
Co-Authored-By: Glinr <bot@glincker.com>1 parent 1527ac2 commit 4ca4a33
File tree
2 files changed
+1
-3
lines changed- .github/workflows
- packages/geomark/src/__tests__
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments