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 53625a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,18 @@ jobs:
with:
go-version: ${{ matrix.GO_SEMVER }}
check-latest: true

- name: Upgrade Packages
shell: bash
run: |
sudo apt update
sudo apt install -y curl # to upgrade curl
- name: Print Go version and environment
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 +220,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 53625a7

Please sign in to comment.