Merge remote-tracking branch 'origin/master'
All checks were successful
CI Build / build (push) Successful in 5s
All checks were successful
CI Build / build (push) Successful in 5s
This commit is contained in:
commit
f8c8b29531
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-22.04
|
||||||
|
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