ayuriel 8f50a3b043
Some checks are pending
CI Build / build (push) Waiting to run
chore: build test(runner label 대신 이름 지정)
2025-03-29 10:35:35 +09:00

9 lines
229 B
YAML

name: CI Build
on: [push]
jobs:
build:
runs-on: gitea-runner-1
steps:
- uses: actions/checkout@v3
- run: echo "Building the project..."
- run: python -m unittest discover # 예: Python 테스트 실행