Skip to content

Commit

Permalink
ci: trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yahortsaryk committed Nov 5, 2024
1 parent 2ca7629 commit b939e65
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,17 @@ jobs:
- name: Check Build
run: |
cargo build --release --features try-runtime
- name: Check Try-Runtime
run: |
try-runtime --runtime ./target/release/wbuild/cere-dev-runtime/cere_dev_runtime.compact.compressed.wasm \
on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.devnet.cere.network:443
- name: Run dev chain
run: |
timeout --preserve-status 30s ./target/release/cere --dev
# - name: Check Try-Runtime
# run: |
# try-runtime --runtime ./target/release/wbuild/cere-dev-runtime/cere_dev_runtime.compact.compressed.wasm \
# on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.devnet.cere.network:443
# - name: Run dev chain
# run: |
# timeout --preserve-status 30s ./target/release/cere --dev
- name: Check Build for Benchmarking
run: >
pushd node &&
cargo check --features=runtime-benchmarks --release
- name: Check Build for Try-Runtime
run: |
cargo check --features=try-runtime --release
clippy:
name: Run Clippy
Expand Down Expand Up @@ -99,7 +96,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Install linux dependencies
run: sudo apt update && sudo apt install -y cargo clang libssl-dev llvm libudev-dev protobuf-compiler
run: sudo apt update && sudo apt install -y cargo clang libssl-dev llvm libudev-dev liblzo2-dev libpam0g-dev protobuf-compiler
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit b939e65

Please sign in to comment.