Skip to content

Commit

Permalink
Upgrade Enricomi to v2 to fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Divs-B committed Nov 28, 2024
1 parent 32e6fb7 commit 0e38622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: sbt +test

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always() #runs even if there is a test failure
with:
files: target/test-reports/*.xml

0 comments on commit 0e38622

Please sign in to comment.