Files
ScreenCapture/.gitea/workflows/test.yaml
cooney 417c2194de
All checks were successful
Final Unity Check / check (push) Successful in 4s
Update .gitea/workflows/test.yaml
2026-04-02 21:35:29 +09:00

11 lines
319 B
YAML

name: Final Unity Check
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Unity Engine Check
run: |
~/Unity/Hub/Editor/6000.2.15f1/Editor/Unity -batchmode -version -quit
- name: Simple Log
run: echo "유니티 엔진이 정상적으로 호출되었습니다!"