From 50da6c58ee276d5a5c58962e1d53241b4b4dd480 Mon Sep 17 00:00:00 2001 From: adamginna-dell <115641695+adamginna-dell@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:31:07 +0200 Subject: [PATCH] fix: Add cosi test report file (#180) --- tests/integration/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/run.sh b/tests/integration/run.sh index 22c9267d..1e2ce552 100755 --- a/tests/integration/run.sh +++ b/tests/integration/run.sh @@ -15,4 +15,5 @@ ginkgo \ --tags integration \ --label-filter "objectscale" \ --output-dir=../reports/integration \ + --junit-report=report.xml \ ./...