This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user