mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 06:45:12 +03:00
ci: Remove publish unit tests
As it doesn't work for forked repos
This commit is contained in:
parent
3018ac3bce
commit
1bc6985be4
1 changed files with 0 additions and 7 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue