From 1d3d84027b330c95c2edcf73749bc346cc018d72 Mon Sep 17 00:00:00 2001 From: cooney Date: Thu, 2 Apr 2026 19:33:40 +0900 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 326c24d..91cb448 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,10 @@ -name: Proxmox-Runner-Test +name: Native Runner Test on: [push] - jobs: - hello-job: - runs-on: ubuntu-latest + test-job: + runs-on: ubuntu-latest # 아까 등록한 라벨 steps: - - name: Greet - run: echo "축하합니다! Proxmox 러너가 첫 빌드에 성공했습니다!" \ No newline at end of file + - name: Hello World + run: | + echo "드디어 성공했습니다!" + uname -a \ No newline at end of file