Skip to content

Commit

Permalink
print curl and hurl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 authored Sep 9, 2024
1 parent 8d2ed34 commit 01ae168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 01ae168

Please sign in to comment.