Add .gitea/workflows/test.yml
Тест / Tester (push) Failing after 14m5s

This commit is contained in:
2026-04-30 00:12:31 +03:00
parent 343a27f180
commit 78e55336be
+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