We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb46c6 commit c5fec6eCopy full SHA for c5fec6e
.github/workflows/test.yml
@@ -32,6 +32,7 @@ jobs:
32
- "1.1.0"
33
- "1.2.0"
34
allow_failure: [false]
35
+
36
include:
37
- JHUB_VER: "master"
38
python-version: "3.9"
@@ -52,6 +53,7 @@ jobs:
52
53
- name: Install nodejs dependencies
54
run: |
55
sudo npm install -g configurable-http-proxy
56
57
# We need to check compatibility with different versions of the JH
58
# API, including latest development. For that, we also need to
59
# pull in the dependencies of that old JH version (but we don't
@@ -65,4 +67,4 @@ jobs:
65
67
66
68
- name: pytest
69
- pytest --lf --cov batchspawner batchspawner/tests -v
70
+ pytest --verbose --color=yes --last-failed --cov batchspawner batchspawner/tests
0 commit comments