Skip to content

Commit be4b259

Browse files
committed
debug refinement test
1 parent d46d36c commit be4b259

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/reftest.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on: [workflow_dispatch]
1212
#pull_request:
1313
# branches: ['develop']
1414

15-
16-
17-
1815
# Default to bash
1916
defaults:
2017
run:
@@ -53,4 +50,14 @@ jobs:
5350

5451
- name: test
5552
run: |
56-
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/test_scriptref.py
53+
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/debugref.py
54+
ls
55+
56+
# if debug needed, create a copy of the build directory
57+
- name: Save artifact # creates zip file with directory contents
58+
#if: failure()
59+
uses: actions/upload-pages-artifact@v3
60+
with:
61+
path: .
62+
name: debugref
63+
retention-days: 1

0 commit comments

Comments
 (0)