ayuriel d9ac29edc7
All checks were successful
CI Build / build (push) Successful in 44s
chore: build test(ubuntu-22.04 지정)
2025-03-29 11:17:14 +09:00

9 lines
227 B
YAML

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