Compare commits
2 Commits
dbc94c4051
...
ff0f99646a
| Author | SHA1 | Date | |
|---|---|---|---|
| ff0f99646a | |||
| 53a026c41d |
7
.gitea/workflows/testrun.yml
Normal file
7
.gitea/workflows/testrun.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Test Runner
|
||||
on: [workflow_dispatch]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Раннер работает!"
|
||||
Reference in New Issue
Block a user