Skip to content

Commit

Permalink
Merge pull request micromatch#80 from XhmikosR/patch-1
Browse files Browse the repository at this point in the history
chore: CI: Add `FORCE_COLOR: 2 for colored output
  • Loading branch information
jonschlinkert committed Apr 24, 2021
2 parents ce64fd1 + 83ee853 commit ee0b5db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Tests

on: [push, pull_request]

env:
FORCE_COLOR: 2

jobs:
run:
name: Node.js ${{ matrix.node }} @ ${{ matrix.os }}
Expand All @@ -17,7 +20,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2

- name: Set Node.js version
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit ee0b5db

Please sign in to comment.