Skip to content

Commit 0447042

Browse files
committed
Update blender-test.yml
1 parent 1de5a89 commit 0447042

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/blender-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ jobs:
6363
EXTENSION_ZIP=$(find "${{ github.workspace }}/dist" -type f -name "*.zip" | head -n 1)
6464
echo "Extension zip file: ${EXTENSION_ZIP}"
6565
"${{ env.BLENDER_DIR }}/blender" --command extension install-file --repo user_default --enable "${EXTENSION_ZIP}"
66-
66+
67+
- name: Run tests
68+
run: |
69+
pytest

0 commit comments

Comments
 (0)