Remove initial runner smoke test
Davidson CI / quality (push) Successful in 15s

This commit is contained in:
2026-09-08 16:12:02 +01:00
parent 401e15151f
commit 60aef80b16
-22
View File
@@ -1,22 +0,0 @@
name: Runner Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: echo "Hello from the PikaOS Gitea runner"
- name: Show environment
run: |
uname -a
node --version
npm --version
- name: Finish
run: echo "CI pipeline completed successfully"