Files
report/.gitea/workflows/t3.yml
T
ttipo e76a11db37
CI Test / test (push) Failing after 0s
Deploy2 / deploy (push) Successful in 0s
Deploy / deploy (push) Failing after 0s
T1 git pull step / t1 (push) Successful in 0s
T2 env check step / t2 (push) Failing after 0s
T3 docker step / t3 (push) Successful in 0s
스텝별 분리 테스트 워크플로우 t1/t2/t3
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 05:04:39 +09:00

13 lines
162 B
YAML

name: T3 docker step
on:
push:
branches: [main]
jobs:
t3:
runs-on: deploy
steps:
- name: Docker check
run: docker compose version