Skip to content

Commit

Permalink
fix: Force colors in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artmann committed Sep 4, 2024
1 parent dae1f7b commit 625c000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Coverage
on: [push]
env:
FORCE_COLOR: 2
jobs:
build:
name: Test Coverage
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI
on: [push]
env:
FORCE_COLOR: 2
jobs:
build:
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
Expand Down

0 comments on commit 625c000

Please sign in to comment.