Skip to content

Commit

Permalink
Debug coverage CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikP committed Jan 5, 2021
1 parent 9420f07 commit b542808
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: coverage
path: |
coverage/
path: coverage/
release:
runs-on: ubuntu-latest
needs: test
Expand Down Expand Up @@ -110,6 +109,10 @@ jobs:
uses: actions/download-artifact@v2
with:
name: coverage
- name: Debug downloaded artifacts
id: debug_downloaded_artifacts
run: |
ls -ahl
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit b542808

Please sign in to comment.