chore: build test
This commit is contained in:
parent
b1a898c1e8
commit
f02f52c29f
9
.gitea/workflows/build.yaml
Normal file
9
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
name: CI Build
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo "Building the project..."
|
||||
- run: python -m unittest discover # 예: Python 테스트 실행
|
||||
Loading…
x
Reference in New Issue
Block a user