lnproto: Remove unused report upload on GH Actions

This commit is contained in:
Christian Decker 2023-09-18 12:00:46 +02:00 committed by Rusty Russell
parent 9afcec0404
commit 452b45f675

View file

@ -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.*