Skip to content

feat: prepare for ontake upgrade #386

feat: prepare for ontake upgrade

feat: prepare for ontake upgrade #386

Workflow file for this run

name: CI - RISC0
on:
workflow_call:
push:
branches: ["main"]
paths:
- "provers/risc0/**"
pull_request:
paths:
- "provers/risc0/**"
merge_group:
jobs:
build-test-risc0:
name: Build and test risc0
uses: ./.github/workflows/ci-build-test-reusable.yml
with:
version_name: "risc0"
version_toolchain: "stable"
integration-test-risc0:
name: Run integration tests on risc0
uses: ./.github/workflows/ci-integration-reusable.yml

Check failure on line 24 in .github/workflows/ci-risc0.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-risc0.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-risc0.yml" -> "./.github/workflows/ci-integration-reusable.yml" : No steps defined in `steps` and no workflow called in `uses` for the following jobs: build-run-integration
with:
version_name: "risc0"
version_toolchain: "nightly-2024-04-17"