Files
test-repo/.gitea/workflows/ci-test.yml
LuiiCode 89d748b19f
All checks were successful
Simple Shell Test / test (push) Successful in -1s
Shell-only workflow, no external actions
2026-05-24 12:36:35 +02:00

17 lines
327 B
YAML

name: Simple Shell Test
on:
push:
branches: [main]
jobs:
test:
runs-on: linux
steps:
- name: System check
run: |
echo "=== System Info ==="
uname -a
echo "Node: $(which node 2>/dev/null || echo 'NOT FOUND')"
echo "Path: $PATH"
ls /usr/local/bin/