Skip to content

Commit

Permalink
colour output for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jun 26, 2024
1 parent f567b8d commit 6ffb67e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest pytest-asyncio pytest-xdist PyYAML
pip install pytest pytest-asyncio pytest-sugar pytest-xdist PyYAML
- name: Install the package
run: pip install -e .

- name: Test with pytest
env:
PYTEST_ADDOPTS: "--color=yes"
run: pytest -v

- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 6ffb67e

Please sign in to comment.