Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <smtm@taiko.xyz>
  • Loading branch information
smtmfft committed Jan 10, 2025
1 parent 0180981 commit b79b386
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-risc0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
with:
version_name: "risc0"
version_toolchain: "nightly-2024-09-05"
taskdb: “in-memory”
taskdb: raiko-tasks/in-memory”

integration-test-risc0:
name: Run integration tests on risc0
uses: ./.github/workflows/ci-integration-reusable.yml
with:
version_name: "risc0"
version_toolchain: "nightly-2024-09-05"
taskdb: “in-memory”
taskdb: raiko-tasks/in-memory”

4 changes: 2 additions & 2 deletions .github/workflows/ci-sgx-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
with:
version_name: "sgx"
version_toolchain: "stable"
taskdb: “in-memory”
taskdb: raiko-tasks/in-memory”

integration-test-sgx:
name: Run integration tests on sgx
uses: ./.github/workflows/ci-integration-reusable.yml
with:
version_name: "sgx"
version_toolchain: "nightly-2024-04-17"
taskdb: “in-memory”
taskdb: raiko-tasks/in-memory”

build-test-sgx-docker:
name: Build and test sgx with Docker
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-sp1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
with:
version_name: "sp1"
version_toolchain: "nightly-2024-09-05"
taskdb: “in-memory”
taskdb: raiko-tasks/in-memory”

integration-test-sp1:
name: Run integration tests on sp1
uses: ./.github/workflows/ci-integration-reusable.yml
with:
version_name: "sp1"
version_toolchain: "nightly-2024-09-05"
taskdb: “in-memory”
taskdb: raiko-tasks/in-memory”

0 comments on commit b79b386

Please sign in to comment.