Skip to content

Commit

Permalink
correct junit path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmr committed Nov 17, 2023
1 parent c51585f commit d16b696
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testsonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
files: target/test-reports/*.xml

0 comments on commit d16b696

Please sign in to comment.