Skip to content

Commit e858599

Browse files
committed
debug refinement test
1 parent bab2e8b commit e858599

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/reftest.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,16 @@ jobs:
5151
- name: test
5252
run: |
5353
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/debugref.py
54+
55+
- name: directory
56+
if: failure()
57+
run: |
5458
ls
5559
60+
5661
# if debug needed, create a copy of the build directory
5762
- name: Save artifact # creates zip file with directory contents
58-
#if: failure()
63+
if: failure()
5964
uses: actions/upload-pages-artifact@v3
6065
with:
6166
path: .

0 commit comments

Comments
 (0)