ci: add simple test workflow
Build Admin / build (push) Failing after 3s Details
Environment Orchestrator / orchestrate (push) Failing after 9s Details
Test Runner / test (push) Successful in 1s Details

This commit is contained in:
Seth Call 2026-03-10 19:32:55 -05:00
parent abae34c108
commit dfe5facad6
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
name: Test Runner
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Runner is working!"