diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 40479d3..3138272 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -29,6 +29,10 @@ jobs: run: | conda install pytest coverage coverage run -m pytest + - name: list directory content + shell: bash -el {0} + run: | + ls -lha - name: Publish to coveralls.io uses: coverallsapp/github-action@v2.3.0 with: