Skip to content

Commit

Permalink
ci: Move the test execution to a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
BlenderDefender committed Nov 10, 2024
1 parent 04ff3f7 commit c9b7da9
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 @@ -17,4 +17,4 @@ jobs:
python_blender_executable="$(pytest-blender --blender-executable $blender_executable)"
$python_blender_executable -m ensurepip
$python_blender_executable -m pip install pytest
pytest --blender-executable $python_blender_executable tests/
- run: pytest tests/

0 comments on commit c9b7da9

Please sign in to comment.