From e17b1581401bbbc91af40c555105761446687fd6 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Tue, 8 Jul 2025 19:59:33 +0000 Subject: [PATCH] debug(tests): set DEBUG=1 in the correct spot lol --- .github/workflows/test-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index c0915c8..9bd200a 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -94,6 +94,7 @@ jobs: SERVER_ADDRESS: 0.0.0.0:8000 UPLOAD_PATH: ./uploads WATCH_FOLDER: ./watch + DEBUG: 1 - name: Wait for server to be ready run: |