From d16b696c78466576a792fb28afe030e5b921e573 Mon Sep 17 00:00:00 2001 From: Paul Roberts Date: Fri, 17 Nov 2023 17:20:13 +0000 Subject: [PATCH] correct junit path --- .github/workflows/testsonly.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/testsonly.yml b/.github/workflows/testsonly.yml index 3a476f3..d6a4a41 100644 --- a/.github/workflows/testsonly.yml +++ b/.github/workflows/testsonly.yml @@ -26,12 +26,10 @@ jobs: cache: sbt - name: Run tests - env: - SBT_JUNIT_OUTPUT: ./junit-tests run: sbt +test - name: Publish Unit Test Results uses: EnricoMi/publish-unit-test-result-action@v1 if: always() #runs even if there is a test failure with: - files: junit-tests/*.xml \ No newline at end of file + files: target/test-reports/*.xml