diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml new file mode 100644 index 0000000..1520ded --- /dev/null +++ b/.gitea/workflows/cicd.yml @@ -0,0 +1,17 @@ +name: Тестирование ядра +run-name: ${{ gitea.actor }} is testing in building +on: + push: + workflow_dispatch: + +jobs: + Tester: + runs-on: toolchain + env: + PYTHONPATH: ${{ gitea.workspace }}/src + IMAGE_NAME: registry.r10x/dynamic + steps: + - name: Загрузка репозитория + uses: https://codex.r10x.net/actions/tools@master + - run: python -m unittest + - run: python -m nucleus --verbose