add workflow runner gitea
Test CI CD / test-job (push) Failing after 1m40s

This commit is contained in:
2026-08-09 23:57:48 +02:00
parent 5143081020
commit 272899611c
+17
View File
@@ -0,0 +1,17 @@
name: Test CI CD
on:
push:
branches:
- main
jobs:
test-job:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Run a simple test
run: |
echo "CI/CD is working perfectly on Gitea!"