Skip to content

Commit

Permalink
Changed path for Pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Oct 12, 2023
1 parent e637f65 commit 19f231e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Pynetbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install -r Pynetbox_Data_Uploader/requirements.txt
- name: Run tests
run: cd Tests/ && python3 -m pytest .
run: cd Pynetbox_Data_Uploader && python3 -m pytest .

- name: Analyse with pylint
run: |
Expand Down

0 comments on commit 19f231e

Please sign in to comment.