Shell-only workflow, no external actions
All checks were successful
Simple Shell Test / test (push) Successful in -1s
All checks were successful
Simple Shell Test / test (push) Successful in -1s
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user