diff --git a/.github/workflows/test-deploy-e2e.yaml b/.github/workflows/test-deploy-e2e.yaml index be2b70a4c63..30ac42c80f8 100644 --- a/.github/workflows/test-deploy-e2e.yaml +++ b/.github/workflows/test-deploy-e2e.yaml @@ -19,7 +19,6 @@ on: - 'preview' - 'preprod' - 'sanchonet' - - 'mainnet' cluster: description: 'Target cluster' type: choice @@ -67,7 +66,6 @@ jobs: - name: 🔨 Build run: | - false yarn install --immutable --inline-builds --mode=skip-build yarn build:cjs docker build --no-cache . @@ -75,6 +73,9 @@ jobs: 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