From 1d7b1507770d1a5ac0bd51318cbe29fa2a24740c Mon Sep 17 00:00:00 2001 From: Brian Salcedo Date: Tue, 29 Jul 2025 17:02:54 -0500 Subject: [PATCH] promulgate the environment --- .forgejo/workflows/integration-test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/integration-test.yaml b/.forgejo/workflows/integration-test.yaml index 27e58b2..c9ed012 100644 --- a/.forgejo/workflows/integration-test.yaml +++ b/.forgejo/workflows/integration-test.yaml @@ -32,7 +32,6 @@ jobs: - name: Run integration tests run: | - echo "Running integration tests for ${TARGET_ENVIRONMENT^^} environment" pytest run_test.py testing: