러너 동작 확인용 임시 테스트 워크플로우 추가
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 러너 동작 확인용 임시 워크플로우 — 확인 후 삭제 예정
|
||||
name: CI Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: deploy
|
||||
steps:
|
||||
- name: Hello
|
||||
run: |
|
||||
echo "hello from runner"
|
||||
whoami
|
||||
pwd
|
||||
docker version --format '{{.Server.Version}}'
|
||||
Reference in New Issue
Block a user