Shell-only workflow, no external actions
All checks were successful
Simple Shell Test / test (push) Successful in -1s

This commit is contained in:
2026-05-24 12:36:35 +02:00
parent b2a0de7ece
commit 89d748b19f

View File

@@ -1,4 +1,4 @@
name: Simple CI Test
name: Simple Shell Test
on:
push:
branches: [main]
@@ -7,11 +7,10 @@ jobs:
test:
runs-on: linux
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Echo test
- name: System check
run: |
echo "Hello from Gitea Runner!"
echo "Workspace: $(pwd)"
ls -la
echo "=== System Info ==="
uname -a
echo "Node: $(which node 2>/dev/null || echo 'NOT FOUND')"
echo "Path: $PATH"
ls /usr/local/bin/