Skip to content

Commit

Permalink
switch to newer node in e2e docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Jul 20, 2021
1 parent 66d0d8d commit a5bcc24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-docker.yml
Expand Up @@ -62,7 +62,8 @@ jobs:
- name: Display versions
run: |
docker run --rm inputoutput/cardano-wallet:$WALLET version
docker run --rm inputoutput/cardano-node:$NODE version
# Temp: version cmd for alonzo-white-1.x tags seems to be broken
# docker run --rm inputoutput/cardano-node:$NODE version
- name: Wait until node is synced
run: rake wait_until_node_synced
Expand All @@ -87,5 +88,5 @@ jobs:
TESTS_E2E_FIXTURES: ${{ secrets.TESTS_E2E_FIXTURES }}
NETWORK: ${{ github.event.inputs.network || 'testnet' }}
WALLET: ${{ github.event.inputs.walletTag || 'dev-master' }}
NODE: ${{ github.event.inputs.nodeTag || '1.27.0' }}
NODE: ${{ github.event.inputs.nodeTag || 'alonzo-white-1.2' }}
TESTS_E2E_TOKEN_METADATA: https://metadata.cardano-testnet.iohkdev.io/

0 comments on commit a5bcc24

Please sign in to comment.