annishjk01 commited on
Commit
7003de8
·
1 Parent(s): b4e6713

changes to deploy file

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.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, skipping..."
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