diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 428e74df7..0fa3d236e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -358,6 +358,8 @@ jobs: with: pattern: frontend-coverage-* path: ./coverage/ + - name: Display structure of downloaded coverage + run: ls -R ./coverage/ - name: Set up Python uses: actions/setup-python@v5 with: