Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit c0f82b3

Browse files
committed
chore: only run on macos 8 to test
1 parent df4008c commit c0f82b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: gradlew --info check
6969
- name: Publish Unit Test Results
7070
uses: EnricoMi/publish-unit-test-result-action/composite@v1
71-
if: matrix.os != 'ubuntu-latest'
71+
if: always() && matrix.os != 'ubuntu-latest'
7272
with:
7373
files: test-results/**/*.xml
7474

0 commit comments

Comments
 (0)