ayuriel 86067ff497
Some checks failed
CI Build / build (push) Failing after 11s
chore: build test(quant-runner 지정)
2025-03-29 10:40:08 +09:00

9 lines
227 B
YAML

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