Add test workflow
All checks were successful
Proxmox-Runner-Test / hello-job (push) Successful in 27s
All checks were successful
Proxmox-Runner-Test / hello-job (push) Successful in 27s
act_runner 연동 후 빌드 테스트
This commit is contained in:
9
.gitea/workflows/test.yaml
Normal file
9
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Proxmox-Runner-Test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
hello-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Greet
|
||||
run: echo "축하합니다! Proxmox 러너가 첫 빌드에 성공했습니다!"
|
||||
Reference in New Issue
Block a user