Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfier authored Jan 9, 2025
1 parent 4399fc2 commit 9cb8393
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-results
path: spec/target/surefire-reports/
path: |
spec/target/surefire-reports/
client/**/target/surefire-reports
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
Expand Down

0 comments on commit 9cb8393

Please sign in to comment.