Skip to content

Commit

Permalink
Merge #2623
Browse files Browse the repository at this point in the history
2623: e2e tests: fix docker workflow r=rvl a=piotr-iohk


# Issue Number

<!-- Put here a reference to the issue that this PR relates to and which requirements it tackles. Jira issues of the form ADP- will be auto-linked. -->


# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [ ] I have added a step for docker workflow to get the latest cardano-wallet bundle before starting tests in order to have cardano-address on the path which is required for recently added e2e shared wallet tests


# Comments
This was slight omission from #2619. Other workflows already have it by default.

Tested here on the docker workflow -> https://github.com/input-output-hk/cardano-wallet/actions/runs/784885875


Co-authored-by: Piotr Stachyra <piotr.stachyra@iohk.io>
  • Loading branch information
iohk-bors[bot] and Piotr Stachyra committed Apr 28, 2021
2 parents 1ab90cd + 73a690f commit 8588218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: |
rake fixture_wallets_decode
rake get_latest_configs["testnet"]
rake get_latest_bins
- name: Cache node db
id: cache
Expand Down

0 comments on commit 8588218

Please sign in to comment.