aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
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 }}