mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
lnproto: Remove unused report upload on GH Actions
This commit is contained in:
parent
9afcec0404
commit
452b45f675
1 changed files with 0 additions and 6 deletions
6
.github/workflows/prototest.yaml
vendored
6
.github/workflows/prototest.yaml
vendored
|
@ -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.*
|
||||
|
|
Loading…
Add table
Reference in a new issue