issue # gitea ci test
All checks were successful
Test CI / build (push) Successful in 45s

This commit is contained in:
geonhee-min
2025-11-26 08:26:41 +09:00
parent 92376b8aec
commit 25c7c52dd4
3 changed files with 16 additions and 13 deletions

View 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"

View File

@@ -1,5 +0,0 @@
pipeline:
build:
image: node:25.1.0
commands:
- echo "Woodpecker ci test"

View File

@@ -1,8 +0,0 @@
pipeline:
build:
name: build
image: node:25.1.0
commands:
- echo "test"
- echo $PWD
# deploy: