🧪 Always run smoke testing in debug mode

This commit is contained in:
Sviatoslav Sydorenko 2022-12-07 02:34:31 +01:00
parent e71a4a4c1d
commit 644926c972
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -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 }}