test: minimal runner test workflow
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Runner Test / Test Runner (push) Failing after 212h35m12s
Deploy / Deploy Staging (push) Failing after 212h35m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 212h35m14s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 212h35m15s

This commit is contained in:
2026-06-30 16:19:16 +08:00
parent 738da14a16
commit 5b2070dd09
+20
View File
@@ -0,0 +1,20 @@
name: Runner Test
on:
push:
branches:
- develop
paths:
- ".gitea/workflows/runner-test.yml"
jobs:
test-runner:
name: Test Runner
runs-on: ubuntu-latest
steps:
- name: Echo test
run: |
echo "Runner is working!"
date
whoami
pwd