Files
molecule-ai-workspace-templ…/.gitea/workflows/test-identity-fallback.yml
T
hongming-ceo-delegated a9b362d2af
meta-ci-advisory / meta (advisory) (push) Successful in 6s
test-identity-fallback / identity-fallback (push) Successful in 8s
SSOT inheritance / SSOT inheritance (no concierge model re-pin) (push) Successful in 15s
feat(schedules): add default concierge schedules to platform-agent template (#20)
2026-07-21 03:24:15 +00:00

43 lines
1.1 KiB
YAML

name: test-identity-fallback
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
identity-fallback:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run identity-fallback end-to-end test
run: |
set -euo pipefail
bash tests/test_identity_fallback.sh
- name: Reference drift gate — platform MCP server name
run: |
set -euo pipefail
bash tests/test_mcp_server_name.sh
- name: Current Core integration guidance
run: |
set -euo pipefail
bash tests/test_current_integration_guidance.sh
- name: Guardrail gate — concierge is orchestrator-only (never self-executes)
run: |
set -euo pipefail
bash tests/test_orchestrator_only_guardrail.sh
- name: Default concierge schedules — runtime-native schema gate
run: |
set -euo pipefail
python3 -m pip install --break-system-packages -q pyyaml
python3 tests/test_default_schedules.py