From 452b45f675968dac917849a48c3a0106ce782691 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 18 Sep 2023 12:00:46 +0200 Subject: [PATCH] lnproto: Remove unused report upload on GH Actions --- .github/workflows/prototest.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/prototest.yaml b/.github/workflows/prototest.yaml index fa768fdf8..f333ef880 100644 --- a/.github/workflows/prototest.yaml +++ b/.github/workflows/prototest.yaml @@ -35,9 +35,3 @@ jobs: -e TEST_GROUP_COUNT=1 \ -e TIMEOUT=120 \ cln-ci-ubuntu - - name: Upload Unit Test Results - if: always() - uses: actions/upload-artifact@v2.2.4 - with: - name: Junit Report ${{ github.run_number }}.{{ matrix.cfg }} - path: report.*