fix ci tests not exiting with error code when failing

This commit is contained in:
DSeeLP 2025-04-06 20:07:27 +02:00
parent 3fa2de5139
commit 03d95f6d41

View File

@ -82,4 +82,4 @@ echo "Creating dummy users"
hurl --variable host="$HOST" --error-format long tests/dummy-users.hurl
echo "Running tests"
hurl --variable host="$HOST" --test --error-format long --color --report-html tests/report tests/integration/*.hurl || true
hurl --variable host="$HOST" --test --error-format long --color --report-html tests/report tests/integration/*.hurl