Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Rasmussen <mathiasvr@gmail.com>2022-01-29 19:59:18 +0300
committerMathias Rasmussen <mathiasvr@gmail.com>2022-01-29 19:59:18 +0300
commit1bc6985be40a90dd26c7f9ba29b37525b88be07c (patch)
treebe0b94ac3f90659f20bc1c33777bc3e30bdf2d0d /.github
parent3018ac3bce26a1288bb1ee714f4e6354c2b3637e (diff)
ci: Remove publish unit tests
As it doesn't work for forked repos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4566bc67..454952bb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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