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 13, 2020
1 parent 64f93a2 commit 25ace84
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: --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

0 comments on commit 25ace84

Please sign in to comment.