Skip to content

Commit f54ce64

Browse files
committed
ci: update hurl to 5.0.1
1 parent bf25a73 commit f54ce64

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/integration-tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Install Hurl
8686
run: |
87-
VER=4.3.0
87+
VER=5.0.1
8888
DEB=hurl_${VER}_amd64.deb
8989
curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VER/$DEB
9090
sudo dpkg --install $DEB
@@ -98,9 +98,7 @@ jobs:
9898
--error-format long \
9999
--variable SERVER_URL=http://127.0.0.1:${{ matrix.application-port }} \
100100
--variable skip_500_error_testing=${{ matrix.skip_500_error_testing }} \
101-
--test \
102-
tests/crud.hurl \
103-
tests/misc.hurl
101+
--test tests/
104102
105103
- name: Show application logs
106104
if: failure()

0 commit comments

Comments
 (0)