diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 0878756bb..572690acd 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -25,22 +25,22 @@ jobs: cache: 'yarn' cache-dependency-path: e2e-tests/yarn.lock - - name: Install deps - run: sudo apt -y install protobuf-compiler + # - name: Install deps + # run: sudo apt -y install protobuf-compiler - - name: Install & display rust toolchain - run: rustup show + # - name: Install & display rust toolchain + # run: rustup show - - name: Check targets are installed correctly - run: rustup target list --installed + # - name: Check targets are installed correctly + # run: rustup target list --installed - - name: Build Astar & Shiden runtimes - run: cargo build --release --locked -p astar-runtime -p shiden-runtime + # - name: Build Astar & Shiden runtimes + # run: cargo build --release --locked -p astar-runtime -p shiden-runtime - - name: Copy runtimes into test folder - run: | - cp target/release/wbuild/astar-runtime/astar_runtime.compact.compressed.wasm e2e-tests/wasm/astar_runtime.wasm - cp target/release/wbuild/shiden-runtime/shiden_runtime.compact.compressed.wasm e2e-tests/wasm/shiden_runtime.wasm + # - name: Copy runtimes into test folder + # run: | + # cp target/release/wbuild/astar-runtime/astar_runtime.compact.compressed.wasm e2e-tests/wasm/astar_runtime.wasm + # cp target/release/wbuild/shiden-runtime/shiden_runtime.compact.compressed.wasm e2e-tests/wasm/shiden_runtime.wasm - name: Install dependencies working-directory: e2e-tests @@ -55,5 +55,5 @@ jobs: run: yarn vitest env: LOG_LEVEL: debug - ASTAR_WASM: wasm/astar_runtime.wasm - SHIDEN_WASM: wasm/astar_runtime.wasm + # ASTAR_WASM: wasm/astar_runtime.wasm + # SHIDEN_WASM: wasm/astar_runtime.wasm