From 804182d93d98eaa6c20c99bd2de34604e63ed874 Mon Sep 17 00:00:00 2001 From: Zach Fuller Date: Fri, 23 Aug 2024 20:22:54 -0700 Subject: [PATCH] added FORCE_COLOR env var --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 770ebb3..8a068eb 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -21,6 +21,7 @@ jobs: env: # Configure a constant location for the uv cache UV_CACHE_DIR: /tmp/.uv-cache + FORCE_COLOR: 1 steps: - uses: actions/checkout@v4