Skip to content

Commit

Permalink
Enable colors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aequitas authored and mxsasha committed Jun 13, 2024
1 parent 0f217a1 commit 3f1e362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ jobs:
env:
# used in `docker-compose.yml` files to determine version of images to pull
RELEASE: "${{ needs.build-docker.outputs.internetnl_version }}"
PY_COLORS: "1"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ services:
environment:
- COMPOSE_PROJECT_NAME
- ENABLE_BATCH
- PY_COLORS
profiles:
- build
- run-tests
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- DEBUG_LOG
- IPV4_IP_RESOLVER_INTERNAL_VALIDATING
- IPV4_IP_RESOLVER_INTERNAL_PERMISSIVE
- PY_COLORS
# TODO: to properly isolate tests this line needs to be uncommented, see above
# - INTEGRATION_TESTS

Expand Down

0 comments on commit 3f1e362

Please sign in to comment.