Run hurl in test mode

So that it can output test results.
This commit is contained in:
Claudio Ortolina
2024-12-22 22:20:18 +00:00
parent 97f26e0cd2
commit 3abcf5d7dd
+1 -1
View File
@@ -80,6 +80,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: gacts/install-hurl@v1
- run: hurl test/prod.hurl
- run: hurl --test test/prod.hurl
env:
HURL_api_token: ${{ secrets.API_TOKEN }}