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()