Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Oct 13, 2024
1 parent 976ab26 commit 9c30e88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,15 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}

- name: "Debug"
run: ls -al .coverage*"

- name: Prepare artifacts
run: mkdir .coverage-data && mv .coverage.* .coverage-data/

- name: "Debug"
run: ls -al .coverage-data

- uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
Expand Down

0 comments on commit 9c30e88

Please sign in to comment.