.gitea/workflows/ci.yaml Güncelle
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-07-24 03:58:20 +03:00
parent f815d1e861
commit 17caaab5fb

View File

@@ -1,12 +1,12 @@
name: Test Runner
name: Test
on:
push:
branches: [main]
jobs:
test-job:
test:
runs-on: ubuntu-latest
steps:
- name: Say Hello
run: echo "Hello World! Runner sorunsuz çalışıyor 🚀"
- name: Test
run: echo "Runner çalıştı"