Skip to content

Commit

Permalink
maybe fix windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Apr 8, 2024
1 parent 6af2a05 commit c42735c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
Expand-Archive -Path "blender.zip" -DestinationPath "blender"
.\blender\blender-4.1.0-windows-x64\blender.exe --version
.\blender\blender-4.1.0-windows-x64\blender.exe -b --python tests/install.py
.\blender\blender-4.1.0-windows-x64\blender.exe -b --python tests/run.py -- -v
.\blender\blender-4.1.0-windows-x64\blender.exe -b --python tests/run.py -- -v tests/
- name: Test in Blender Linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit c42735c

Please sign in to comment.