We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf25a73 commit f54ce64Copy full SHA for f54ce64
.github/workflows/integration-tests.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Install Hurl
86
run: |
87
- VER=4.3.0
+ VER=5.0.1
88
DEB=hurl_${VER}_amd64.deb
89
curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VER/$DEB
90
sudo dpkg --install $DEB
@@ -98,9 +98,7 @@ jobs:
98
--error-format long \
99
--variable SERVER_URL=http://127.0.0.1:${{ matrix.application-port }} \
100
--variable skip_500_error_testing=${{ matrix.skip_500_error_testing }} \
101
- --test \
102
- tests/crud.hurl \
103
- tests/misc.hurl
+ --test tests/
104
105
- name: Show application logs
106
if: failure()
0 commit comments