add .gitea/workflows/test.yml

This commit is contained in:
2025-05-29 03:06:37 +03:00
parent 2faadd8a69
commit 8c9cd425c5

15
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,15 @@
name: Test
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
workflow_dispatch:
jobs:
Builder:
runs-on: toolchain
env:
PYTHONPATH: ${{ gitea.workspace }}/src
steps:
- name: Пунь
uses: https://codex.r10x.net/actions/tools@master
- run: python -m unittest --verbose