Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 9f542c3

Browse files
authored
Force ANSI character output when running integration tests (#1011)
The intention is to output everything, since currently we're missing stderr. Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent c542d83 commit 9f542c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
env:
274274
CODEGATE_PROVIDERS: ${{ matrix.test-provider }}
275275
run: |
276-
poetry run python tests/integration/integration_tests.py
276+
poetry run --ansi python tests/integration/integration_tests.py
277277
278278
- name: Logs - CodeGate container
279279
if: always()

0 commit comments

Comments
 (0)