Update .gitea/workflows/test.yaml
All checks were successful
Native Runner Test / test-job (push) Successful in 5s

This commit is contained in:
2026-04-02 19:33:40 +09:00
parent a00cca07ea
commit 1d3d84027b

View File

@@ -1,9 +1,10 @@
name: Proxmox-Runner-Test name: Native Runner Test
on: [push] on: [push]
jobs: jobs:
hello-job: test-job:
runs-on: ubuntu-latest runs-on: ubuntu-latest # 아까 등록한 라벨
steps: steps:
- name: Greet - name: Hello World
run: echo "축하합니다! Proxmox 러너가 첫 빌드에 성공했습니다!" run: |
echo "드디어 성공했습니다!"
uname -a