Skip to content

Commit c37f60a

Browse files
committed
chore: force color for snapshots
1 parent f1071aa commit c37f60a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/development.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474

7575
- name: Run coverage
7676
run: npm run test:coverage
77+
env:
78+
FORCE_COLOR: 2
7779

7880
- name: ⬆️ Upload coverage to Codecov
7981
uses: codecov/codecov-action@v2

.github/workflows/production.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474

7575
- name: Run coverage
7676
run: npm run test:coverage
77+
env:
78+
FORCE_COLOR: 2
7779

7880
- name: ⬆️ Upload coverage to Codecov
7981
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)