Skip to content

Commit

Permalink
Update CI to debug tox: SHOULD BE REMOVED BEFORE MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
leocardao committed Aug 2, 2023
1 parent f079f7b commit 1c0cf22
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,23 @@ jobs:
run: tox
env:
TOXENV: py${{ matrix.python-version}}-ci-xdist-cov
- name: Debug Tox
run: |
ls /home/runner/work/e3-core/e3-core/.tox
echo "--------------------------------------------------------"
ls /home/runner/work/e3-core/e3-core/.tox/py-ci-xdist-cov
echo "--------------------------------------------------------"
ls /home/runner/work/e3-core/e3-core/.tox/py-ci-xdist-cov/lib
echo "--------------------------------------------------------"
ls /home/runner/work/e3-core/e3-core/.tox/py-ci-xdist-cov/lib/python3.9
echo "--------------------------------------------------------"
ls /home/runner/work/e3-core/e3-core/.tox/py-ci-xdist-cov/lib/python3.9/site-packages/e3/
echo "--------------------------------------------------------"
ls /home/runner/work/e3-core/e3-core/.tox/py-ci-xdist-cov/lib/python3.9/site-packages/e3/os/
echo "--------------------------------------------------------"
ls /home/runner/work/e3-core/e3-core/.tox/py-ci-xdist-cov/lib/python3.9/site-packages/e3/os/data
echo "--------------------------------------------------------"
security:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c0cf22

Please sign in to comment.