Skip to content

Commit

Permalink
👷 [github] Use FORCE_COLOR instead of nox --force-color (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz authored Jan 8, 2022
1 parent 8a73f87 commit 601f3dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Run Nox
run: |
nox --force-color --python=${{ matrix.python }}
nox --python=${{ matrix.python }}
- name: Upload coverage data
if: always() && matrix.session == 'tests'
Expand Down Expand Up @@ -144,11 +144,11 @@ jobs:

- name: Combine coverage data and display human readable report
run: |
nox --force-color --session=coverage
nox --session=coverage
- name: Create coverage report
run: |
nox --force-color --session=coverage -- xml
nox --session=coverage -- xml
- name: Upload coverage report
uses: codecov/[email protected]

0 comments on commit 601f3dd

Please sign in to comment.