Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
ci: fix hurl integration tests
Browse files Browse the repository at this point in the history
These weren't meant to be run in parallel, and hurl 5.0.0 started
running everything in parallel if `--test` is used. So:

- stop using `--test`
- also remove `report.xml`, it has no place in our git index

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus committed Sep 4, 2024
1 parent 39f9d65 commit 51a217a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
entrypoint: sh
command:
- -c
- 'hurl --test --retry=10 --verbose --report-junit=tests/api/report.xml /tests/api/*.hurl'
- 'hurl --retry=10 --verbose --report-junit=tests/api/report.xml /tests/api/*.hurl'
environment:
- HURL_host=server:3000
depends_on:
Expand Down
1 change: 0 additions & 1 deletion tests/api/report.xml

This file was deleted.

0 comments on commit 51a217a

Please sign in to comment.