Compare commits
2 Commits
04d1557a9d
...
68615e2c53
| Author | SHA1 | Date | |
|---|---|---|---|
| 68615e2c53 | |||
| 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