Skip to content

Commit

Permalink
WIP: Add directory change to fix pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Dec 18, 2023
1 parent 47a35dc commit c36e397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
run: |
cd rocketpy
pytest --doctest-modules --cov=rocketpy --cov-append
cd ..
- name: Run Acceptance Tests
run: |
cd ..
pytest tests/acceptance --cov=rocketpy --cov-append --cov-report=xml
- name: Run pytest --runslow
Expand Down

0 comments on commit c36e397

Please sign in to comment.