chore(trading): get vega version

This commit is contained in:
bwallacee
2023-11-13 09:32:23 +00:00
parent c0673898a8
commit d8dfece956
+7
View File
@@ -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