Add .gitea/workflows/test.yml
Тест / Tester (push) Successful in 2s

This commit is contained in:
2026-04-23 20:59:18 +03:00
parent 441b7c869e
commit cd97126692
+15
View File
@@ -0,0 +1,15 @@
name: Тест
run-name: ${{ gitea.actor }} is testing
on:
push:
workflow_dispatch:
jobs:
Tester:
runs-on: toolchain
env:
PYTHONPATH: ${{ gitea.workspace }}/src
steps:
- name: Загрузка репозитория
uses: https://codex.r10x.net/actions/tools@master
- run: python -m unittest --verbose