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
steps:
- name: Hello
- name: Checkout repository
uses: https://git.drajon.cz/actions/checkout@v4
- name: Verify checkout
run: |
echo "================================="
echo " Gitea Runner funguje!"
echo " LOCAL CHECKOUT TEST"
echo "================================="
- name: System information
run: |
echo "Hostname:"
hostname
echo
echo "Kernel:"
uname -a
echo "Working directory:"
pwd
echo
echo "Operating system:"
cat /etc/os-release
echo "Files:"
ls -la
echo
echo "CPU:"
nproc
echo "Git status:"
git status
echo
echo "Memory:"
free -h
echo "Latest commit:"
git log -1 --oneline
echo
echo "Disk:"
df -h
echo "Remote repository:"
git remote -v