We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e33b3 commit 5c5ef9dCopy full SHA for 5c5ef9d
.github/workflows/integration-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install Hurl
33
run: |
34
DEB=hurl_4.2.0_amd64.deb
35
- curl --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
+ curl --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
36
dpkg --install $DEB
37
38
- name: Show tools versions
0 commit comments