Skip to content

Commit

Permalink
try fix highlight issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 11, 2020
1 parent d6257f2 commit 6a66e97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -41,5 +41,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Test on node.js ${{ matrix.node-version }}
# Hack: TRAVIS=1 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 CI=1 TRAVIS=1 ./node_modules/.bin/jest --ci

0 comments on commit 6a66e97

Please sign in to comment.