Spaces:
Running
Running
Change pytest command to run specific test file
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -14,7 +14,7 @@ jobs:
|
|
| 14 |
- name: Install
|
| 15 |
run: pip install -r requirements.txt && pip install pytest
|
| 16 |
- name: Test
|
| 17 |
-
run: pytest tests/ -v
|
| 18 |
deploy:
|
| 19 |
runs-on: ubuntu-latest
|
| 20 |
needs: test
|
|
|
|
| 14 |
- name: Install
|
| 15 |
run: pip install -r requirements.txt && pip install pytest
|
| 16 |
- name: Test
|
| 17 |
+
run: pytest tests/test_app.py -v
|
| 18 |
deploy:
|
| 19 |
runs-on: ubuntu-latest
|
| 20 |
needs: test
|