[#632] .forgejo: Print --version #657

Merged
fyrchik merged 1 commits from fyrchik/frostfs-node:build-exec-cli into master 2023-08-29 10:43:50 +00:00
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