This commit is contained in:
16
.gitea/workflows/gitea-ci.yml
Normal file
16
.gitea/workflows/gitea-ci.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Test CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: runner
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: echo
|
||||
run: echo "GiteaRunner CI Test"
|
||||
@@ -1,5 +0,0 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: node:25.1.0
|
||||
commands:
|
||||
- echo "Woodpecker ci test"
|
||||
@@ -1,8 +0,0 @@
|
||||
pipeline:
|
||||
build:
|
||||
name: build
|
||||
image: node:25.1.0
|
||||
commands:
|
||||
- echo "test"
|
||||
- echo $PWD
|
||||
# deploy:
|
||||
Reference in New Issue
Block a user