Skip to content

Commit

Permalink
ci: add color to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 17, 2021
1 parent 1981fe3 commit 2848b59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- "1.1.0"
- "1.2.0"
allow_failure: [false]

include:
- JHUB_VER: "master"
python-version: "3.9"
Expand All @@ -52,6 +53,7 @@ jobs:
- name: Install nodejs dependencies
run: |
sudo npm install -g configurable-http-proxy
# We need to check compatibility with different versions of the JH
# API, including latest development. For that, we also need to
# pull in the dependencies of that old JH version (but we don't
Expand All @@ -65,4 +67,4 @@ jobs:
- name: pytest
run: |
pytest --lf --cov batchspawner batchspawner/tests -v
pytest --verbose --color=yes --last-failed --cov batchspawner batchspawner/tests

0 comments on commit 2848b59

Please sign in to comment.