Install curl in CI test step for HTTP tests
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
95d9982973
commit
90c10e1896
|
|
@ -16,6 +16,7 @@ steps:
|
|||
commands:
|
||||
- echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
||||
- echo "nameserver 1.0.0.1" >> /etc/resolv.conf
|
||||
- apk add --no-cache curl
|
||||
- npm --version | cat
|
||||
- node --version | cat
|
||||
- npm ci
|
||||
|
|
|
|||
Loading…
Reference in New Issue