From 75b985391dc47d11edc87fee099a85dc30edd386 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Mon, 7 Dec 2020 16:04:15 +0300 Subject: Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file 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 }} -- cgit v1.2.3