Добавить .gitea/workflows/testrun.yml

This commit is contained in:
2025-04-02 12:23:29 +00:00
parent dbc94c4051
commit 53a026c41d

View File

@@ -0,0 +1,7 @@
name: Test Runner
on: [workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Раннер работает!"