From b0baa8502125ea9f2557b038ad91d51036569b6b Mon Sep 17 00:00:00 2001 From: Bartek Szopka <83575+bartaz@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:05:41 +0200 Subject: [PATCH] Don't upload TICS report to artifacts --- .github/workflows/tics-coverage.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/tics-coverage.yml b/.github/workflows/tics-coverage.yml index 5917f438d..a9af8e0d5 100644 --- a/.github/workflows/tics-coverage.yml +++ b/.github/workflows/tics-coverage.yml @@ -35,10 +35,3 @@ jobs: . ./install_tics.sh TICSQServer -project react-components -tmpdir /tmp/tics -branchdir . - - name: Upload TICS report - if: always() - uses: actions/upload-artifact@v4 - with: - name: tics-report - path: /tmp/tics/ticstmpdir - retention-days: 7