Skip to content

Commit

Permalink
Log contents of directory while running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Sep 10, 2024
1 parent 83514d5 commit 0a4d30b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/py-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,15 @@ jobs:
- name: Test with pytest (API, main tests)
run: |
PYTHONPATH=. coverage run --parallel-mode -m pytest -v -rP --durations=20 ./api/python/cellxgene_census/tests/
- name: "List the contents of the directory"
run: |
ls -al
- name: Test with pytest (API, experimental)
run: |
PYTHONPATH=. coverage run --parallel-mode -m pytest -v -rP --durations=20 --experimental ./api/python/cellxgene_census/tests/experimental
- name: "List the contents of the directory"
run: |
ls -al
- uses: actions/upload-artifact@v4
with:
name: coverage-api-${{ matrix.os }}-${{ matrix.python-version }}
Expand Down

0 comments on commit 0a4d30b

Please sign in to comment.