add ci config
This commit is contained in:
parent
0595c9193b
commit
fb8349b526
12
.gitea/workflows/sleep.yml
Normal file
12
.gitea/workflows/sleep.yml
Normal file
@ -0,0 +1,12 @@
|
||||
name: Test Runner
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
sleep:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Sleep a bit
|
||||
run: |
|
||||
sleep 300
|
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
@ -0,0 +1,10 @@
|
||||
# .woodpecker.yml
|
||||
steps:
|
||||
build:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
a-test-step:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Testing.."
|
Loading…
Reference in New Issue
Block a user