File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 55 - master
66 - branch-*
77 - dogfood-*
8+ - sz/test-analyze-action
89 workflow_dispatch :
910 schedule :
1011 # Nightly build at 2 AM UTC for shadow analysis
5253 with :
5354 version : 2025.12.12
5455
56+ - name : Test Tox
57+ run : |
58+ echo $PATH
59+ echo /home/runner/.local/share/mise/installs/pipx-tox/4.32.0/bin/tox
60+ ls -la /home/runner/.local/share/mise/installs/pipx-tox/4.32.0/bin/tox
61+
62+ echo linked
63+
64+ echo /home/runner/.local/share/mise/installs/pipx-tox/4.32.0/tox/bin/tox
65+ ls -la /home/runner/.local/share/mise/installs/pipx-tox/4.32.0/tox/bin/tox
66+
67+ echo which tox
68+ which tox
69+
70+ echo run tox
71+ tox
72+ env :
73+ MISE_VERBOSE : 1
74+ MISE_DEBUG : 1
75+
5576 - name : Remove private directory
5677 run : rm -rf private
5778
You can’t perform that action at this time.
0 commit comments