Spaces:
Sleeping
Sleeping
Commit
·
7003de8
1
Parent(s):
b4e6713
changes to deploy file
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -25,7 +25,7 @@ jobs:
|
|
| 25 |
|
| 26 |
- name: Run Tests
|
| 27 |
run: pytest tests/test.py
|
| 28 |
-
# || echo "No tests found
|
| 29 |
|
| 30 |
deploy:
|
| 31 |
needs: build-and-test
|
|
|
|
| 25 |
|
| 26 |
- name: Run Tests
|
| 27 |
run: pytest tests/test.py
|
| 28 |
+
# || echo "No tests found"
|
| 29 |
|
| 30 |
deploy:
|
| 31 |
needs: build-and-test
|