We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46d36c commit be4b259Copy full SHA for be4b259
.github/workflows/reftest.yml
@@ -12,9 +12,6 @@ on: [workflow_dispatch]
12
#pull_request:
13
# branches: ['develop']
14
15
-
16
17
18
# Default to bash
19
defaults:
20
run:
@@ -53,4 +50,14 @@ jobs:
53
50
54
51
- name: test
55
52
run: |
56
- pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/test_scriptref.py
+ pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/debugref.py
+ ls
+
+ # 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