This commit is contained in:
commit
4135f05c26
20
.gitea/workflows/runner-test.yml
Normal file
20
.gitea/workflows/runner-test.yml
Normal file
@ -0,0 +1,20 @@
|
||||
name: Runner Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test-runner:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Basic info
|
||||
run: |
|
||||
echo "Runner is working"
|
||||
uname -a
|
||||
node -v || true
|
||||
docker --version || true
|
||||
Loading…
Reference in New Issue
Block a user