This commit is contained in:
17
.gitea/workflows/ci-test.yml
Normal file
17
.gitea/workflows/ci-test.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Simple CI Test
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: linux
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Echo test
|
||||
run: |
|
||||
echo "Hello from Gitea Runner!"
|
||||
echo "Workspace: $(pwd)"
|
||||
ls -la
|
||||
Reference in New Issue
Block a user