add test workflow
CI Pipeline / Build & Push Docker Image (push) Has been skipped
Test Runner Status / test (push) Failing after 12h25m39s
CI Pipeline / Lint & Build (push) Failing after 12h25m39s

This commit is contained in:
test
2026-07-09 00:28:47 +08:00
parent f2bc067de5
commit ac7f322f32
+10
View File
@@ -0,0 +1,10 @@
name: Test Runner Status
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Hello from runner v2 test"
- name: Check
run: echo "Task status should update correctly"