From e6531daa41ddb28f9d20629c91655bb6c60924d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szpiech?= Date: Fri, 9 Dec 2022 15:20:03 +0100 Subject: [PATCH] chore: print vega and vegacapsule version on workflow start (#2377) * chore: print vega and vegacapsule version on workflow start * chore: print vega and vegacapsule version on workflow start --- .github/workflows/cypress-console-lite-e2e.yml | 3 +++ .github/workflows/cypress-explorer-e2e.yml | 6 ++++++ .github/workflows/cypress-token-e2e.yml | 6 ++++++ .github/workflows/cypress-trading-e2e.yml | 3 ++- 4 files changed, 17 insertions(+), 1 deletion(-) 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