Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fyliu authored Jul 3, 2024
1 parent 5c8a74e commit b57e9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: echo "$PWD" || cd app/ || pip3 install -r requirements.txt

- name: Execute tests
run: cd app/ || python3 -m pytest -v
run: echo "$PWD" || cd app/ || python3 -m pytest -v

0 comments on commit b57e9aa

Please sign in to comment.