diff options
author | vitalyster | 2020-11-11 06:31:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-11-11 06:39:27 +0300 |
commit | c53feabbc9c023c001667d211290b16041d14aba (patch) | |
tree | 4ad34de670712f416223335ddd34fa29ea982372 | |
parent | b4b968d9c5d0409e67892989b41272cbf5168193 (diff) |
CI: report junit errors
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fda6c06d..c60be7d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,3 +33,7 @@ jobs: ${{ runner.os }}- - name: Run tests run: gradle check + - uses: ashley-taylor/junit-report-annotations-action@1.3 + if: always() + with: + access-token: ${{ secrets.GITHUB_TOKEN }} |