Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan-surana authored Aug 15, 2024
1 parent 8ec57f7 commit 6aa4ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
python -m pip install pytest pytest-mock selenium webdriver-manager
- name: Run tests
run: |
ls /home/runner/work/MetaDataScraper/MetaDataScraper/
python -m pytest /home/runner/work/MetaDataScraper/MetaDataScraper/tests/ --maxfail=1 --disable-warnings -q
ls
python -m pytest tests/ --maxfail=1 --disable-warnings -q

0 comments on commit 6aa4ed3

Please sign in to comment.