Skip to content

Commit

Permalink
Remove Win/Mac publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jun 6, 2024
1 parent 5766791 commit 5497218
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ jobs:
architecture: ${{ matrix.architecture }}
- name: Check
run: ./gradlew check -PbuildServer
- name: ${{ matrix.artifact-name }} Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
build/test-results/test/TEST*.xml
- name: ${{ matrix.artifact-name }} Upload Test Results
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 5497218

Please sign in to comment.