mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 13:43:47 +03:00
print curl and hurl versions
This commit is contained in:
parent
8d2ed344c1
commit
01ae168f92
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -186,6 +186,7 @@ jobs:
|
|||
id: vars
|
||||
shell: bash
|
||||
run: |
|
||||
printf "curl version: $(curl --version)\n"
|
||||
printf "Using go at: $(which go)\n"
|
||||
printf "Go version: $(go version)\n"
|
||||
printf "\n\nGo environment:\n\n"
|
||||
|
@ -213,6 +214,7 @@ jobs:
|
|||
run: |
|
||||
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/${HURL_VERSION}/hurl_${HURL_VERSION}_amd64.deb
|
||||
sudo dpkg -i hurl_${HURL_VERSION}_amd64.deb
|
||||
hurl --version
|
||||
|
||||
- name: Run Caddy
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue