diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d95d6dbb0f24..35fcf8552fce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,5 +41,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Test on node.js ${{ matrix.node-version }} + # Hack: --color has supports-color@5 returned true for GitHub CI + # Remove once `chalk` is bumped to 4.0. run: | - BABEL_ENV=test ./node_modules/.bin/jest --ci + BABEL_ENV=test node ./node_modules/.bin/jest --ci --color