Skip to content

refactor(types): close frame-kind vocabulary behind FrameKind #355

refactor(types): close frame-kind vocabulary behind FrameKind

refactor(types): close frame-kind vocabulary behind FrameKind #355

Workflow file for this run

name: Production Readiness Gates
on:
pull_request:
push:
branches: [main]
jobs:
hermes-plugin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Hermes plugin tests
run: bash Resources/scripts/quality/hermes_plugin_tests.sh
gates:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
mode: [full, soak-smoke, burn-smoke]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Production Gate
run: |
bash Resources/scripts/quality/production_readiness_gates.sh ${{ matrix.mode }}