Skip to content

Commit

Permalink
Merge pull request #492 from Cerebellum-Network/CI_Fix
Browse files Browse the repository at this point in the history
Minor refactoring in try-runtime ci to run CI against mainnet environment
  • Loading branch information
ayushmishra2005 authored Dec 10, 2024
2 parents bf2e87f + cc664f7 commit cf3df10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Check Try-Runtime
run: |
try-runtime --runtime ./target/release/wbuild/cere-runtime/cere_runtime.compact.compressed.wasm \
on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.testnet.cere.network:443
on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.mainnet.cere.network:443
- name: Run dev chain
run: |
timeout --preserve-status 30s ./target/release/cere --dev
Expand Down

0 comments on commit cf3df10

Please sign in to comment.