Files
nucleus/.gitea/workflows/cicd.yml
T
RemiZOffAlex 1d5fadc3ed
Тестирование ядра / Tester (push) Failing after 13s
Add .gitea/workflows/cicd.yml
2026-04-08 17:58:26 +03:00

18 lines
455 B
YAML

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