🧪 Always run smoke testing in debug mode
This commit is contained in:
parent
e71a4a4c1d
commit
644926c972
|
@ -85,6 +85,8 @@ jobs:
|
||||||
- name: ✅ Smoke-test the locally checked out action
|
- name: ✅ Smoke-test the locally checked out action
|
||||||
uses: ./test
|
uses: ./test
|
||||||
env:
|
env:
|
||||||
|
DEBUG: >-
|
||||||
|
true
|
||||||
PATH: utter-nonsense
|
PATH: utter-nonsense
|
||||||
with:
|
with:
|
||||||
user: ${{ env.devpi-username }}
|
user: ${{ env.devpi-username }}
|
||||||
|
|
Loading…
Reference in New Issue