mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
gci: Stop uploading unit test results
We never used them, and they were creating distracting warnings.
This commit is contained in:
parent
1fbf774e04
commit
8c075c4cda
29
.github/workflows/ci.yaml
vendored
29
.github/workflows/ci.yaml
vendored
@ -66,14 +66,6 @@ jobs:
|
||||
which protoc
|
||||
bash -x .github/scripts/build.sh
|
||||
|
||||
- name: Upload Unit Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Junit Report ${{ github.run_number }}.${{ matrix.cfg }}
|
||||
path: report.*
|
||||
if-no-files-found: ignore
|
||||
|
||||
check-dock:
|
||||
name: Check core-lightning doc
|
||||
runs-on: ubuntu-20.04
|
||||
@ -186,13 +178,6 @@ jobs:
|
||||
run: |
|
||||
bash -x .github/scripts/build.sh
|
||||
|
||||
- name: Upload Unit Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Junit Report ${{ github.run_number }}.${{ matrix.cfg }}
|
||||
path: report.*
|
||||
|
||||
valgrind-test:
|
||||
name: Valgrind Test Config ${{ matrix.cfg }}
|
||||
runs-on: ubuntu-20.04
|
||||
@ -289,13 +274,6 @@ jobs:
|
||||
run: |
|
||||
bash -x .github/scripts/build.sh
|
||||
|
||||
- name: Upload Unit Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Junit Report ${{ github.run_number }}.${{ matrix.cfg }}
|
||||
path: report.*
|
||||
|
||||
rust-test:
|
||||
name: Rust Test Config
|
||||
runs-on: ubuntu-20.04
|
||||
@ -322,10 +300,3 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
bash -x .github/scripts/build.sh
|
||||
|
||||
- name: Upload Unit Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Junit Report ${{ github.run_number }}.${{ matrix.cfg }}
|
||||
path: report.*
|
||||
|
Loading…
Reference in New Issue
Block a user