Skip to content

Commit 8cfad55

Browse files
committed
Upload pytest tmpdir as artefact on failure
1 parent ee36628 commit 8cfad55

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/rustpython_ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
2727
- name: Install dependencies 🔧
2828
run: |
29-
which rustpython
30-
echo $PATH
3129
python -VV
3230
python -m site
3331
python -m pip install --upgrade pip setuptools wheel
@@ -43,3 +41,10 @@ jobs:
4341
with:
4442
name: "coverage-${{ matrix.config.python-version }}"
4543
path: .coverage
44+
45+
- name: "Upload Tempdir 🚀"
46+
uses: actions/upload-artifact@v2
47+
if: ${{ failure() }}
48+
with:
49+
name: "pytest-tempdir"
50+
path: /tmp/pytest-of-runner/pytest-0

0 commit comments

Comments
 (0)