Spaces:
Running
Running
test the tests
Browse files
.github/workflows/ci-build.yml
CHANGED
@@ -34,9 +34,9 @@ jobs:
|
|
34 |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
35 |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
36 |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
|
41 |
docker-build:
|
42 |
needs: [build]
|
|
|
34 |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
35 |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
36 |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
37 |
+
- name: Test with pytest
|
38 |
+
run: |
|
39 |
+
pytest
|
40 |
|
41 |
docker-build:
|
42 |
needs: [build]
|