Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed May 21, 2024
1 parent d910d87 commit 0a4887d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'yarn'

- name: Install deps
run: sudo apt -y install protobuf-compiler

Expand All @@ -43,6 +37,13 @@ jobs:
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: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'yarn'
cache-dependency-path: e2e-tests/yarn.lock

- name: Run e2e test with new runtimes
env:
ASTAR_WASM: wasm/astar_runtime.wasm
Expand Down

0 comments on commit 0a4887d

Please sign in to comment.