Skip to content

Commit

Permalink
ci: update hurl to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed Aug 30, 2024
1 parent bf25a73 commit f54ce64
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Install Hurl
run: |
VER=4.3.0
VER=5.0.1
DEB=hurl_${VER}_amd64.deb
curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VER/$DEB
sudo dpkg --install $DEB
Expand All @@ -98,9 +98,7 @@ jobs:
--error-format long \
--variable SERVER_URL=http://127.0.0.1:${{ matrix.application-port }} \
--variable skip_500_error_testing=${{ matrix.skip_500_error_testing }} \
--test \
tests/crud.hurl \
tests/misc.hurl
--test tests/
- name: Show application logs
if: failure()
Expand Down

0 comments on commit f54ce64

Please sign in to comment.