Skip to content

Commit b7fc296

Browse files
committed
CI: Fix syntax in test workflow
1 parent a5a3903 commit b7fc296

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
path: CAD_Sketcher
2121

2222
- name: Validate Extension
23-
run: blender --background command extension validate
23+
run: blender --background --command extension validate
2424
working-directory: ./CAD_Sketcher
2525

2626
- name: Build Extension
27-
run: blender --background command extension build --output-filepath ./CAD_Sketcher.zip
27+
run: blender --background --command extension build --output-filepath ./CAD_Sketcher.zip
2828
working-directory: ./CAD_Sketcher
2929

3030
- name: Install Extension
31-
run: blender --background command extension install-file --repo user_default --enable ./CAD_Sketcher.zip
31+
run: blender --background --command extension install-file --repo user_default --enable ./CAD_Sketcher.zip
3232
working-directory: ./CAD_Sketcher
3333

3434
- name: Run Tests

0 commit comments

Comments
 (0)