Commit 81dce95
fix: RestClientTest 外部网络依赖用例改为环境自适应,升级 Actions 至 v5
- okxTest 依赖本地代理(127.0.0.1:7890)访问 OKX 外部接口,
CI 环境无代理导致 NPE 使构建失败;改为代理缺失/网络受限/接口
限流时通过 JUnit Assumption 跳过,不再作为 CI 强制断言
- actions/checkout、actions/setup-java 升级至 v5(Node 24,
消除 GitHub Actions 的 Node 20 弃用警告)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 17539c0 commit 81dce95
2 files changed
Lines changed: 26 additions & 9 deletions
File tree
- .github/workflows
- springboot-starter/src/test/java/com/codingapi/springboot/framework/rest
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 24 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
30 | 42 | | |
31 | 43 | | |
32 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
33 | 50 | | |
34 | | - | |
| 51 | + | |
0 commit comments