[#632] .forgejo: Print --version

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
bugfix/568-imprv-badger-flush
Evgenii Stratonikov 2023-08-29 12:41:45 +03:00
parent 55b82e744b
commit a724debb19
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
- name: Build CLI
run: make bin/frostfs-cli
- run: bin/frostfs-cli --version
- name: Build NODE
run: make bin/frostfs-node
@ -33,6 +34,8 @@ jobs:
- name: Build ADM
run: make bin/frostfs-adm
- run: bin/frostfs-adm --version
- name: Build LENS
run: make bin/frostfs-lens
- run: bin/frostfs-lens --version