Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Install cargo-contract only in adder test
It can take a significant amount of time without cache, which exceeds
the timeout on the tests.
  • Loading branch information
obrok committed Dec 19, 2022
commit 813a026b42af34501ba2b48fdda698e2077a5e98
6 changes: 0 additions & 6 deletions .github/actions/run-e2e-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ runs:
with:
name: aleph-e2e-client

- name: Install cargo-contract
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-contract
version: "2.0.0-beta.1"

- name: Load test suite docker image
shell: bash
run: docker load -i aleph-e2e-client.tar
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,12 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2

- name: Install cargo-contract
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-contract
version: "2.0.0-beta.1"

- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
Expand Down