Skip to content

feat: add task image id #540

feat: add task image id

feat: add task image id #540

Workflow file for this run

name: CI - RISC0
on:
workflow_call:
push:
branches: ["main"]
paths:
- "provers/risc0/**"
- "!docs/**"
pull_request:
paths:
- "provers/risc0/**"
- "!docs/**"
jobs:
build-test-risc0:
name: Build and test risc0
uses: ./.github/workflows/ci-build-test-reusable.yml

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

View workflow run for this annotation

GitHub Actions / CI - RISC0

Invalid workflow file

The workflow is not valid. .github/workflows/ci-risc0.yml (Line: 18, Col: 11): Input taskdb is required, but not provided while calling.
with:
version_name: "risc0"
version_toolchain: "stable"
integration-test-risc0:
name: Run integration tests on risc0
uses: ./.github/workflows/ci-integration-reusable.yml
with:
version_name: "risc0"
version_toolchain: "nightly-2024-04-17"