This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 230a737749 Force colors in yarn test output in CI (#23986)
230a737749 is described below
commit 230a7377490ec9e6bb1c263d53f7f7fa961a3586
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat May 28 14:22:45 2022 +0200
Force colors in yarn test output in CI (#23986)
---
.github/workflows/ci.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a49f185d39..551681633e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
@@ -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: