Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-12-23 22:20:00 +0300
committerGitHub <noreply@github.com>2020-12-23 22:20:00 +0300
commit4f594d6dbf808e0e330f8d6da6a109b945fa5be1 (patch)
tree75adf525849463d7b8a1ef61972fe3c5aa11331f /.github
parentdb6520fb9a0efbc7c0ac8f065d736df62b0e6ed7 (diff)
CI: specify `FORCE_COLOR: 2` (#335)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bcf3054..bc38a13 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,6 +8,7 @@ on:
env:
CI: true
+ FORCE_COLOR: 2
jobs:
run:
@@ -23,7 +24,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2
- - name: Set Node.js version
+ - name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}