diff --git a/.github/workflows/console-test-run.yml b/.github/workflows/console-test-run.yml index 4f30e59f3..c192c18f6 100644 --- a/.github/workflows/console-test-run.yml +++ b/.github/workflows/console-test-run.yml @@ -161,6 +161,13 @@ jobs: with: ref: ${{ inputs.github-sha || github.sha }} #---------------------------------------------- + # get vega version + #---------------------------------------------- + - name: Set VEGA_VERSION from .env + id: set_vega_version + run: echo "VEGA_VERSION=$(grep VEGA_VERSION apps/trading/e2e/.env | cut -d '=' -f2)" >> $GITHUB_ENV + working-directory: apps/trading/e2e + #---------------------------------------------- # ----- Setup python ----- #---------------------------------------------- - name: Setup Python