Skip to content

feat: support taiko_transition chain spec #855

feat: support taiko_transition chain spec

feat: support taiko_transition chain spec #855

Workflow file for this run

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

Check warning on line 20 in .github/workflows/ci-sp1.yml

View workflow run for this annotation

GitHub Actions / CI - SP1

Workflow syntax warning

In .github/workflows/ci-sp1.yml (Line: 20, Col: 11): Error from called workflow taikoxyz/raiko/.github/workflows/ci-build-test-reusable.yml@7e6a940c355fb21a8b3bc853108bb2271c649025 (Line: 43, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
version_name: "sp1"
version_toolchain: "nightly-2024-04-18"
integration-test-sp1:
name: Run integration tests on sp1
uses: ./.github/workflows/ci-integration-reusable.yml

Check warning on line 27 in .github/workflows/ci-sp1.yml

View workflow run for this annotation

GitHub Actions / CI - SP1

Workflow syntax warning

In .github/workflows/ci-sp1.yml (Line: 27, Col: 11): Error from called workflow taikoxyz/raiko/.github/workflows/ci-integration-reusable.yml@7e6a940c355fb21a8b3bc853108bb2271c649025 (Line: 42, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
version_name: "sp1"
version_toolchain: "nightly-2024-04-17"