add hurl tests for currency exchange demo (#435)

This commit is contained in:
Adil Hafeez 2025-03-17 14:21:41 -07:00 committed by GitHub
parent 6072d6ef30
commit d2cb1427fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 69 additions and 4 deletions

View file

@ -32,6 +32,11 @@ jobs:
run: |
python -m venv venv
- name: install hurl
run: |
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl_4.0.0_amd64.deb
sudo dpkg -i hurl_4.0.0_amd64.deb
- name: install model server, arch gateway and test dependencies
run: |
source venv/bin/activate