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