From 644926c9722664f88c9f456a1c367031ffb065f8 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 7 Dec 2022 02:34:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Always=20run=20smoke=20testing?= =?UTF-8?q?=20in=20debug=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/self-smoke-test-action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/self-smoke-test-action.yml b/.github/workflows/self-smoke-test-action.yml index ae75ffc..67f4bec 100644 --- a/.github/workflows/self-smoke-test-action.yml +++ b/.github/workflows/self-smoke-test-action.yml @@ -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 }}