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

Force ANSI character output when running integration tests #1011

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down