Skip to content

Commit

Permalink
chore: force color for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 5, 2022
1 parent f1071aa commit c37f60a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:

- name: Run coverage
run: npm run test:coverage
env:
FORCE_COLOR: 2

- name: ⬆️ Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:

- name: Run coverage
run: npm run test:coverage
env:
FORCE_COLOR: 2

- name: ⬆️ Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit c37f60a

Please sign in to comment.