Add .gitea/workflows/cicd.yml
Тестирование ядра / Tester (push) Failing after 13s

This commit is contained in:
2026-04-08 17:58:26 +03:00
parent edd3d6cd00
commit 1d5fadc3ed
+17
View File
@@ -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