Skip to content

Commit

Permalink
Force colors in yarn test output in CI (#23986)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed May 28, 2022
1 parent 4936764 commit 230a737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ jobs:
key: ${{ runner.os }}-ui-node-modules-${{ hashFiles('airflow/ui/**/yarn.lock') }}
- run: yarn --cwd airflow/ui/ install --frozen-lockfile --non-interactive
- run: yarn --cwd airflow/ui/ run test
env:
FORCE_COLOR: 2

tests-www:
timeout-minutes: 10
Expand All @@ -510,6 +512,8 @@ jobs:
key: ${{ runner.os }}-ui-node-modules-${{ hashFiles('airflow/ui/**/yarn.lock') }}
- run: yarn --cwd airflow/www/ install --frozen-lockfile --non-interactive
- run: yarn --cwd airflow/www/ run test
env:
FORCE_COLOR: 2


test-openapi-client-generation:
Expand Down

0 comments on commit 230a737

Please sign in to comment.