Skip to content

Commit 85279c3

Browse files
committed
test: curl 替换 ping
1 parent df6a8df commit 85279c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-gulp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525

2626
- run: sudo ip addr
2727

28+
- run: curl -L http://10.0.0.1:8090/metrics
2829
# - run: curl http://192.168.2.53:8090/metrics
2930
# - run: ping 192.168.2.53
30-
- run: ping 10.0.0.1
31+
# - run: ping 10.0.0.1
3132

3233
build:
3334
name: analyse bundle - read stats.json

0 commit comments

Comments
 (0)