Spaces:
Sleeping
Sleeping
Commit
·
a8920f5
1
Parent(s):
6e7cd45
add test file
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -24,7 +24,8 @@ jobs:
|
|
| 24 |
run: pip install -r api/requirement.txt
|
| 25 |
|
| 26 |
- name: Run Tests
|
| 27 |
-
run: pytest tests/
|
|
|
|
| 28 |
|
| 29 |
deploy:
|
| 30 |
needs: build-and-test
|
|
|
|
| 24 |
run: pip install -r api/requirement.txt
|
| 25 |
|
| 26 |
- name: Run Tests
|
| 27 |
+
run: pytest tests/test.py
|
| 28 |
+
# || echo "No tests found, skipping..."
|
| 29 |
|
| 30 |
deploy:
|
| 31 |
needs: build-and-test
|
tests/__pycache__/test.cpython-310-pytest-7.1.2.pyc
ADDED
|
Binary file (497 Bytes). View file
|
|
|