Skip to content

Commit

Permalink
fixup! test: update deployed envs e2e test to latest sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Oct 4, 2024
1 parent 909c19b commit 0bdb3b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-deploy-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:
- 'preview'
- 'preprod'
- 'sanchonet'
- 'mainnet'
cluster:
description: 'Target cluster'
type: choice
Expand Down Expand Up @@ -67,14 +66,16 @@ jobs:

- name: 🔨 Build
run: |
false
yarn install --immutable --inline-builds --mode=skip-build
yarn build:cjs
docker build --no-cache .
env:
NODE_OPTIONS: '--max_old_space_size=8192'

- name: 🔬 Test - e2e - wallet
env:
TL_DEPTH: 0
TL_LEVEL: ${{ inputs.level }}
run: |
TL_DEPTH=0 TL_LEVEL=${{ inputs.level }} yarn workspace @cardano-sdk/e2e test:wallet-real-ada
yarn workspace @cardano-sdk/e2e test:wallet-real-ada
shell: bash

0 comments on commit 0bdb3b8

Please sign in to comment.