Skip to content

Commit

Permalink
chore: CI: Add `FORCE_COLOR: 2 for colored output
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 14, 2021
1 parent ce64fd1 commit 83ee853
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
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 83ee853

Please sign in to comment.