Update 3.0.1 install link.

This commit is contained in:
jcamiel 2023-06-10 20:39:15 +02:00
parent 1c0c22d2f8
commit 2182ef7835
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -215,8 +215,8 @@ jobs:
run: echo "Building app..."
- name: Integration test
run: |
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/3.0.0/hurl_3.0.0_amd64.deb
sudo dpkg -i hurl_3.0.0_amd64.deb
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/3.0.1/hurl_3.0.1_amd64.deb
sudo dpkg -i hurl_3.0.1_amd64.deb
bin/integration.sh
```