diff options
author | vitalyster | 2021-01-18 12:09:23 +0300 |
---|---|---|
committer | GitHub | 2021-01-18 12:09:23 +0300 |
commit | 47ba757439bdcef7e1a5210f7e34593bb0a13e51 (patch) | |
tree | 1be516ea07cab76988439a8dfd29346bb9d10034 /.github/workflows | |
parent | 9f6c1ad11e6d6259a5c10aa95eca169b87c7c3b4 (diff) |
Update ci.yml
Diffstat (limited to '.github/workflows')
-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 d57031d2..681044e8 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: mikepenz/action-junit-report@v1.1.1 + - uses: mikepenz/action-junit-report@v2 with: report_paths: '**/build/test-results/test/TEST-*.xml' github_token: ${{ secrets.GITHUB_TOKEN }} |