🧪 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
|
||||
uses: ./test
|
||||
env:
|
||||
DEBUG: >-
|
||||
true
|
||||
PATH: utter-nonsense
|
||||
with:
|
||||
user: ${{ env.devpi-username }}
|
||||
|
|
Loading…
Reference in New Issue