From 32fa74fbc8385e0a2504415cbde529f246ef7950 Mon Sep 17 00:00:00 2001 From: Max Pfeiffer Date: Fri, 6 Oct 2023 23:21:09 +0200 Subject: [PATCH] Debugging artifact download --- .github/workflows/pipeline.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c14690d..e817f51 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -139,10 +139,18 @@ jobs: - run-publish-image-tests runs-on: ubuntu-20.04 steps: + - name: Check file system + run: | + pwd + ls -sal - name: Download coverage reports uses: actions/download-artifact@v3 with: - path: / + name: publish-image-coverage-report + - name: Check file system after upload + run: | + pwd + ls -sal - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: