diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9392ce0164..29293161cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,6 +93,8 @@ jobs: with: name: coverage-report path: .coverage + - name: Display structure of downloaded files + run: ls -R .coverage - uses: actions/checkout@v4 - name: Run TICS Analyzer uses: tiobe/tics-github-action@v3