From f721e9a0436ac9f360a88e45cb2f6e1131e66ea8 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Tue, 11 Feb 2025 11:36:20 +0200 Subject: [PATCH] Force ANSI character output when running integration tests The intention is to output everything, since currently we're missing stderr. Signed-off-by: Juan Antonio Osorio --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index fa1d56b6..5b9777f2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -273,7 +273,7 @@ jobs: env: CODEGATE_PROVIDERS: ${{ matrix.test-provider }} run: | - poetry run python tests/integration/integration_tests.py + poetry run --ansi python tests/integration/integration_tests.py - name: Logs - CodeGate container if: always()