From 4c9c3689b8c605b4f5f9b1dbbdb5eb7c96703d3e Mon Sep 17 00:00:00 2001 From: Jason Boutte Date: Mon, 22 Jul 2024 23:19:59 -0700 Subject: [PATCH] Enable debugging --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9c84f4f8ca3..cfc62606ff0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -117,6 +117,8 @@ jobs: pip install -r test-requirements.txt + export DEBUG=true + source /entrypoint.sh # GitHub runner home is different than container