Skip to content

Commit

Permalink
Add color
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 22, 2022
1 parent 6878f68 commit 3bebd8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
node_version: 16
FORCE_COLOR: 2

jobs:
version_and_release:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: tests

on: [pull_request, push]

env:
FORCE_COLOR: 2

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3bebd8b

Please sign in to comment.