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
This commit is contained in:
Radosław Szpiech 2022-12-09 15:20:03 +01:00 committed by GitHub
parent 7bf753e6c2
commit e6531daa41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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