diff --git a/.github/workflows/cypress-console-lite-e2e.yml b/.github/workflows/cypress-console-lite-e2e.yml index db6f3661d..484ec19d5 100644 --- a/.github/workflows/cypress-console-lite-e2e.yml +++ b/.github/workflows/cypress-console-lite-e2e.yml @@ -19,6 +19,9 @@ jobs: if: ${{ inputs.trigger == 'true' }} runs-on: self-hosted steps: + - name: Vega version + run: vega version + # Checkout front ends - name: Checkout frontend mono repo uses: actions/checkout@v3 diff --git a/.github/workflows/cypress-explorer-e2e.yml b/.github/workflows/cypress-explorer-e2e.yml index 60ba044c6..488098f59 100644 --- a/.github/workflows/cypress-explorer-e2e.yml +++ b/.github/workflows/cypress-explorer-e2e.yml @@ -24,6 +24,12 @@ jobs: runs-on: self-hosted timeout-minutes: 30 steps: + - name: Vega version + run: vega version + + - name: Vegacapsule version + run: vegacapsule version + # Checkout front ends - name: Checkout frontend mono repo uses: actions/checkout@v3 diff --git a/.github/workflows/cypress-token-e2e.yml b/.github/workflows/cypress-token-e2e.yml index b7887c101..b8a7274b4 100644 --- a/.github/workflows/cypress-token-e2e.yml +++ b/.github/workflows/cypress-token-e2e.yml @@ -20,6 +20,12 @@ jobs: runs-on: self-hosted timeout-minutes: 60 steps: + - name: Vega version + run: vega version + + - name: Vegacapsule version + run: vegacapsule version + # Checkout front ends - name: Checkout frontend mono repo uses: actions/checkout@v3 diff --git a/.github/workflows/cypress-trading-e2e.yml b/.github/workflows/cypress-trading-e2e.yml index 177812ee0..c526af488 100644 --- a/.github/workflows/cypress-trading-e2e.yml +++ b/.github/workflows/cypress-trading-e2e.yml @@ -20,8 +20,9 @@ jobs: timeout-minutes: 30 runs-on: self-hosted steps: - - name: check version + - name: Vega version run: vega version + # Checkout front ends - name: Checkout frontend mono repo uses: actions/checkout@v3