Files
project-template/.gitea/workflows/test-status.yml
T
test ac7f322f32
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
add test workflow
2026-07-09 00:28:47 +08:00

11 lines
230 B
YAML

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"