diff options
author | vitalyster | 2021-03-31 01:01:43 +0300 |
---|---|---|
committer | GitHub | 2021-03-31 01:01:43 +0300 |
commit | d77b8ce451312ef25bb13948d2b6a72fa98a6119 (patch) | |
tree | 4a54b76a1b6e105f19d7fe8b59facb0f33d535fc /.github/workflows/ci.yml | |
parent | 371b273ce4b27ae1b4a0aa7b6f8c5bc2d6e72bb1 (diff) |
Update ci.yml
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 008b2e2b..80a41df7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,5 +26,5 @@ jobs: run: mvn package - uses: mikepenz/action-junit-report@v2 with: - report_paths: '**/build/test-results/test/TEST-*.xml' + report_paths: '**/target/surefire-reports/TEST-*.xml' github_token: ${{ secrets.GITHUB_TOKEN }} |