From c53feabbc9c023c001667d211290b16041d14aba Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 11 Nov 2020 06:31:03 +0300 Subject: CI: report junit errors --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/ci.yml') 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 }} -- cgit v1.2.3