Skip to content

Commit

Permalink
changed path in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajits-github committed Sep 5, 2023
1 parent 11a9c41 commit a2e3294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install -r requirements.txt
- name: Run tests with pytest
run: pytest tests\test_api.py
run: pytest tests/test_api.py

# build-and-deploy:
# needs: test
Expand Down

0 comments on commit a2e3294

Please sign in to comment.