Setup tap reports for HURL tests

This commit is contained in:
Claudio Ortolina
2025-09-15 13:49:07 +03:00
parent c404446623
commit 09a0358511
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: gacts/install-hurl@v1
- run: hurl --test --report-tap prod.tap test/prod.hurl
- run: hurl --test --report-tap verification.tap test/prod.hurl
env:
HURL_api_token: ${{ secrets.API_TOKEN }}
- uses: pcolby/tap-summary@v1