Aktualizovat .gitea/workflows/test.yml
Gitea Runner Test / test (push) Successful in 5s

This commit is contained in:
2026-08-18 23:29:07 +02:00
parent f8e10e5247
commit 01c7f3f555
+19 -16
View File
@@ -9,28 +9,31 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Hello - name: Checkout repository
uses: https://git.drajon.cz/actions/checkout@v4
- name: Verify checkout
run: | run: |
echo "=================================" echo "================================="
echo " Gitea Runner funguje!" echo " LOCAL CHECKOUT TEST"
echo "=================================" echo "================================="
- name: System information
run: |
echo "Hostname:"
hostname
echo echo
echo "Kernel:" echo "Working directory:"
uname -a pwd
echo echo
echo "Operating system:" echo "Files:"
cat /etc/os-release ls -la
echo echo
echo "CPU:" echo "Git status:"
nproc git status
echo echo
echo "Memory:" echo "Latest commit:"
free -h git log -1 --oneline
echo echo
echo "Disk:" echo "Remote repository:"
df -h git remote -v