add test ci workflow
Test Runner Status / test (push) Successful in 0s
CI Pipeline / Lint & Build (push) Failing after 39s
CI Pipeline / Build & Push Docker Image (push) Has been skipped

This commit is contained in:
2026-07-09 13:04:24 +08:00
parent dd5d461d18
commit 52b75a62f9
+14
View File
@@ -0,0 +1,14 @@
name: Test Runner Status
on:
push:
branches: [test-ci]
jobs:
test:
runs-on: runtime-builder
steps:
- name: Say hello
run: echo "Hello from CI test"
- name: Check runner
run: uname -a