Skip to content

Read signing golden fixtures from spec checkout #239

Read signing golden fixtures from spec checkout

Read signing golden fixtures from spec checkout #239

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-test:
name: "IntentProof CI: Build and Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Checkout spec repository
uses: actions/checkout@v4
with:
repository: IntentProof/intentproof-spec
ref: main
path: intentproof-spec
- uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install -e ".[dev]"
- name: Run tests with coverage
env:
INTENTPROOF_SPEC_DIR: intentproof-spec
run: bash ./scripts/run-coverage-gate.sh
- name: Verify sdk-signing fixtures synced with spec
env:
INTENTPROOF_SPEC_DIR: intentproof-spec
run: bash ./scripts/check-sdk-signing-fixtures-sync.sh