muddasser commited on
Commit
c9f47d4
·
unverified ·
1 Parent(s): a07822e

Change pytest command to run specific test file

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