ci: remove tests

This commit is contained in:
Swann Martinez 2023-11-28 13:47:20 +00:00
parent 62904e8106
commit acc74b9bf9
2 changed files with 0 additions and 8 deletions

View File

@ -1,6 +1,5 @@
build:
stage: build
needs: ["test"]
image: debian:stable-slim
script:
- rm -rf tests .git .gitignore script

View File

@ -1,7 +0,0 @@
test:
stage: test
image: slumber/blender-addon-testing:latest
script:
- python3 scripts/test_addon.py
variables:
GIT_SUBMODULE_STRATEGY: recursive