From 93c999b47f7cc9c0289c3d916ec739403c3a52ce Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Fri, 4 Feb 2022 16:17:09 -0600 Subject: [PATCH] location of tests results --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36b346b..b242479 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -77,8 +77,8 @@ jobs: - name: Run Tests run: | - mkdir test-harness/tests/results - box testbox run --verbose outputFile=tests/results/test-results outputFormats=json,antjunit + mkdir -p test-harness/tests/results + box testbox run --verbose outputFile=test-harness/tests/results/test-results outputFormats=json,antjunit - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v1