.gitea/workflows/test.yml hinzugefügt
All checks were successful
Runner Test / test (push) Successful in 3m8s
All checks were successful
Runner Test / test (push) Successful in 3m8s
This commit is contained in:
11
.gitea/workflows/test.yml
Normal file
11
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: Runner Test
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
echo "Runner works"
|
||||||
|
uname -a
|
||||||
|
docker version
|
||||||
Reference in New Issue
Block a user