Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Dec 6, 2024
1 parent 633e3ff commit 1915cc0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1915cc0

Please sign in to comment.