Skip to content

Commit

Permalink
e2e-docker: Update cardano-node version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Apr 30, 2021
1 parent 7eba586 commit d24ef7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
nodeTag:
description: 'Node tag (docker)'
required: true
default: '1.25.1'
default: '1.26.2'
walletTag:
description: 'Wallet tag (docker)'
required: true
Expand Down Expand Up @@ -96,4 +96,4 @@ jobs:
TESTS_E2E_FIXTURES: ${{ secrets.TESTS_E2E_FIXTURES }}
NETWORK: testnet
WALLET: dev-master-shelley
NODE: 1.25.1
NODE: 1.26.2
2 changes: 1 addition & 1 deletion test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ One can also start tests against cardano-wallet docker. There is docker-compose-
>NETWORK=testnet \
>TESTS_E2E_TOKEN_METADATA=https://metadata.cardano-testnet.iohkdev.io/ \
>WALLET=dev-master-shelley \
>NODE=1.25.1 \
>NODE=1.26.2 \
>NODE_CONFIG_PATH=`pwd`/state/configs/$NETWORK \
>docker-compose -f docker-compose-test.yml up
>```
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/docker_compose
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NETWORK=testnet \
TESTS_E2E_TOKEN_METADATA=https://metadata.cardano-testnet.iohkdev.io/ \
WALLET=dev-master-shelley \
NODE=1.25.1 \
NODE=1.26.2 \
NODE_CONFIG_PATH=`pwd`/state/configs/$NETWORK \
docker-compose -f docker-compose-test.yml $1

0 comments on commit d24ef7a

Please sign in to comment.