diff options
author | vitalyster | 2020-12-07 16:04:15 +0300 |
---|---|---|
committer | GitHub | 2020-12-07 16:04:15 +0300 |
commit | 75b985391dc47d11edc87fee099a85dc30edd386 (patch) | |
tree | 0e194266710d889fb4a79ff80a27d35287357694 /.github/workflows | |
parent | 79c13e46bb39d433ba7287f84df5c72926f79666 (diff) |
Update ci.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1af1bdd..d57031d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: ${{ runner.os }}- - name: Run tests run: gradle check - - uses: ashley-taylor/junit-report-annotations-action@1.3 - if: always() + - uses: mikepenz/action-junit-report@v1.1.1 with: - access-token: ${{ secrets.GITHUB_TOKEN }} + report_paths: '**/build/test-results/test/TEST-*.xml' + github_token: ${{ secrets.GITHUB_TOKEN }} |