add .gitea/workflows/test.yml
This commit is contained in:
15
.gitea/workflows/test.yml
Normal file
15
.gitea/workflows/test.yml
Normal 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
|
||||
Reference in New Issue
Block a user