Skip to content

Commit 01ae168

Browse files
authored
print curl and hurl versions
1 parent 8d2ed34 commit 01ae168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
id: vars
187187
shell: bash
188188
run: |
189+
printf "curl version: $(curl --version)\n"
189190
printf "Using go at: $(which go)\n"
190191
printf "Go version: $(go version)\n"
191192
printf "\n\nGo environment:\n\n"
@@ -213,6 +214,7 @@ jobs:
213214
run: |
214215
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/${HURL_VERSION}/hurl_${HURL_VERSION}_amd64.deb
215216
sudo dpkg -i hurl_${HURL_VERSION}_amd64.deb
217+
hurl --version
216218
217219
- name: Run Caddy
218220
run: |

0 commit comments

Comments
 (0)