🧪 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
1 changed files with 2 additions and 0 deletions

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