Skip to content

Commit

Permalink
lnproto: Remove unused report upload on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 18, 2023
1 parent 8396d19 commit e5edefe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/prototest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,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.*

0 comments on commit e5edefe

Please sign in to comment.