Add .gitea/workflows/runner-test.yml
Some checks failed
Runner Test / test (push) Has been cancelled
Some checks failed
Runner Test / test (push) Has been cancelled
This commit is contained in:
19
.gitea/workflows/runner-test.yml
Normal file
19
.gitea/workflows/runner-test.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: Runner Test
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: Check out code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Print environment
|
||||||
|
run: |
|
||||||
|
echo "Runner is working!"
|
||||||
|
uname -a
|
||||||
|
whoami
|
||||||
Reference in New Issue
Block a user