Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSontakke authored Sep 10, 2024
1 parent f2f4002 commit 98b72af
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,6 +27,6 @@ jobs:
if [ -f Requirements/requirements.txt ]; then pip install -r Requirements/requirements.txt; fi
- name: Test with pytest
run: pytest API_Requests/Tests -v -s --log-cli-level=INFO
run: pytest API_Requests/Tests/test_get_request.py -v -s --log-cli-level=INFO


0 comments on commit 98b72af

Please sign in to comment.