From 577a85183a7cb556a133f91b047bee907400159e Mon Sep 17 00:00:00 2001 From: Zohaib Anwar Date: Wed, 27 Nov 2024 12:03:44 -0800 Subject: [PATCH] troubleshooting --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09aadd5..07d5624 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,11 +80,3 @@ jobs: with: profile: ${{ matrix.profile }} component_path: ${{ matrix.component }} - - - name: Upload test results - if: always() - uses: actions/upload-artifact@v3 - with: - name: nf-test-results-${{ matrix.component }}-${{ matrix.profile }} - path: ${{ matrix.component }}/test.tap - retention-days: 5