mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
🧪 Always run smoke testing in debug mode
This commit is contained in:
parent
e71a4a4c1d
commit
644926c972
1 changed files with 2 additions and 0 deletions
2
.github/workflows/self-smoke-test-action.yml
vendored
2
.github/workflows/self-smoke-test-action.yml
vendored
|
@ -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 a new issue