Skip to content

Commit

Permalink
Don't upload TICS report to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jul 15, 2024
1 parent 9668ce6 commit b0baa85
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tics-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b0baa85

Please sign in to comment.