Update .gitea/workflows/test.yaml
Some checks failed
Unity-Cross-Platform-Build / Build for StandaloneOSX (push) Failing after 6s
Unity-Cross-Platform-Build / Build for StandaloneWindows64 (push) Failing after 6s

This commit is contained in:
2026-04-02 21:34:20 +09:00
parent 1d3d84027b
commit 754fcc5242

View File

@@ -1,10 +1,11 @@
name: Native Runner Test name: Final Unity Check
on: [push] on: [push]
jobs: jobs:
test-job: check:
runs-on: ubuntu-latest # 아까 등록한 라벨 runs-on: ubuntu-latest # 민구님의 네이티브 러너 라벨
steps: steps:
- name: Hello World - name: Unity Engine Check
run: | run: |
echo "드디어 성공했습니다!" ~/Unity/Hub/Editor/6000.2.15f1/Editor/Unity -batchmode -version -quit
uname -a - name: Simple Log
run: echo "유니티 엔진이 정상적으로 호출되었습니다!"