Install curl in CI test step for HTTP tests
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Colin 2026-01-21 10:27:32 -05:00
parent 95d9982973
commit 90c10e1896
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 1 additions and 0 deletions

View File

@ -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