Skip to content

Commit 5581ee8

Browse files
Always upload test results
1 parent 58f890f commit 5581ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ./gradlew test
4040
- name: Publish Test Results
4141
uses: EnricoMi/publish-unit-test-result-action@v2
42-
if: github.ref != 'refs/heads/master'
42+
if: github.ref != 'refs/heads/master' && always()
4343
with:
4444
check_name: Test results JDK ${{ matrix.java }}
4545
comment_title: Test results JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)