another ci test
This commit is contained in:
@ -8,6 +8,5 @@ test:
|
|||||||
- apt update
|
- apt update
|
||||||
- apt install -f -y blender
|
- apt install -f -y blender
|
||||||
- pip install blender-addon-tester
|
- pip install blender-addon-tester
|
||||||
- cd scripts
|
|
||||||
- python test_addon.py multi_user 2.82
|
- python test_addon.py multi_user 2.82
|
||||||
|
|
||||||
|
@ -22,4 +22,4 @@ def main():
|
|||||||
exit_val = 1
|
exit_val = 1
|
||||||
sys.exit(exit_val)
|
sys.exit(exit_val)
|
||||||
|
|
||||||
main()
|
main()
|
Reference in New Issue
Block a user