Delete .gitea/workflows/ci-test.yml
Some checks are pending
Test runner / hello (push) Waiting to run
Some checks are pending
Test runner / hello (push) Waiting to run
This commit is contained in:
parent
f5e40b5346
commit
0d32b7f0ab
1 changed files with 0 additions and 28 deletions
|
|
@ -1,28 +0,0 @@
|
|||
name: CI-test (Gitea Runner)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "**" ]
|
||||
pull_request:
|
||||
branches: [ "**" ]
|
||||
|
||||
jobs:
|
||||
hello-world:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Show runner info
|
||||
run: |
|
||||
echo "Hostname: $(hostname)"
|
||||
echo "OS: $(uname -a)"
|
||||
echo "User: $(whoami)"
|
||||
echo "Executor: $RUNNER_EXECUTOR"
|
||||
- name: Simple shell test
|
||||
run: |
|
||||
echo "Running a tiny Bash test..."
|
||||
if [[ "$(date +%u)" -gt 0 ]]; then
|
||||
echo "✅ Date command works"
|
||||
else
|
||||
echo "❌ Unexpected date output"
|
||||
exit 1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue