From c9b7da9c84e85d20f6c5077b110b1c1294cbd4ec Mon Sep 17 00:00:00 2001 From: BlenderDefender Date: Sun, 10 Nov 2024 18:41:57 +0100 Subject: [PATCH] ci: Move the test execution to a separate step --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index ff8d077..ca5dcb3 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -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/