Skip to content

Commit

Permalink
Debugging artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
max-pfeiffer committed Oct 6, 2023
1 parent 4098141 commit 32fa74f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 32fa74f

Please sign in to comment.