Skip to content

Commit

Permalink
env : Enhance test output for detailed results during execution (#282)
Browse files Browse the repository at this point in the history
* env : Enhance test output for detailed results during execution

* test : Add failure test for details

* Resolve permission issue

* Revert "test : Add failure test for details"

This reverts commit 98c8e46.
  • Loading branch information
hwangjokim authored Jan 12, 2025
1 parent 1730dce commit 43b5314
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

permissions:
contents: read
checks: write
pull-requests: write


jobs:
Expand Down Expand Up @@ -54,4 +56,10 @@ jobs:
- name: Test with Gradle
uses: gradle/[email protected]
with:
arguments: test
arguments: --info test

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ always() }}
with:
files: build/test-results/**/*.xml

0 comments on commit 43b5314

Please sign in to comment.