From d8dfece956eb39ae963563b23931e6e2772e9e54 Mon Sep 17 00:00:00 2001 From: bwallacee Date: Mon, 13 Nov 2023 09:32:23 +0000 Subject: [PATCH] chore(trading): get vega version --- .github/workflows/console-test-run.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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