Skip to content

Commit

Permalink
fix(ci): file path name
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Apr 14, 2024
1 parent 2fa6edc commit c0a81c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Install Pip dependencies
run: python3 -m pipenv install
- name: Run Python tests
run: python3 -m pipenv run pytest ./py/selenium/servie_builder/*.py
run: python3 -m pipenv run pytest ./py/selenium/service_builder/*.py

0 comments on commit c0a81c9

Please sign in to comment.