Merge pull request #2783 from mathiasvr/ci-fix

ci: Remove publish unit tests
10.8-maintenance
haslinghuis 2022-02-09 12:25:14 +01:00 committed by GitHub
commit 7490d08c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -36,13 +36,6 @@ jobs:
- name: Run unit tests
run: yarn test
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@043296c976c53f4536194ebe3841ed720e04d496 # v1.26
if: always()
with:
files: test-results-junit/**/*.xml
comment_mode: 'off'
build:
name: Build (${{ matrix.name }})
needs: test