From 8c075c4cdaef60d794bf0274ec4993b1d472ab5e Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 1 Nov 2022 14:58:57 +0100 Subject: [PATCH] gci: Stop uploading unit test results We never used them, and they were creating distracting warnings. --- .github/workflows/ci.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 173bd32c6..f0876d514 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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.*