Skip to content

Commit

Permalink
dummy commit to restart builds
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Sep 11, 2023
1 parent a2f5ead commit 979cd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chopsticks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: git clone https://github.com/AcalaNetwork/e2e-tests && yarn --cwd e2e-tests/ && yarn --cwd e2e-tests/ update-env

- name: Build runtimes
run: cargo build --release
run: cargo build --release --locked

- name: Install e2e tests repo
run: yarn --cwd e2e-tests/ && yarn --cwd e2e-tests/ update-env
Expand All @@ -51,4 +51,4 @@ jobs:
POLKADOT_WASM: "../target/release/wbuild/polkadot-runtime/polkadot_runtime.compact.compressed.wasm"
STATEMINE_WASM: "../target/release/wbuild/asset-hub-kusama-runtime/asset_hub_kusama_runtime.compact.compressed.wasm"
STATEMINT_WASM: "../target/release/wbuild/asset-hub-polkadot-runtime/asset_hub_polkadot_runtime.compact.compressed.wasm"
run: find e2e-tests/tests/ -name '*.test.*' | xargs rm -rf && cp -r chopsticks/* e2e-tests/tests/ && yarn --cwd e2e-tests test
run: find e2e-tests/tests/ -name '*.test.*' | xargs rm -rf && cp -r chopsticks/* e2e-tests/tests/ && yarn --cwd e2e-tests test

0 comments on commit 979cd08

Please sign in to comment.