mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
chore: display bru cli version while running gh workflow
This commit is contained in:
parent
36b7fbe584
commit
5fece08f4b
3
.github/workflows/npm-bru-cli.yml
vendored
3
.github/workflows/npm-bru-cli.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
- name: Install Bru CLI from NPM
|
||||
run: npm install -g @usebruno/cli
|
||||
|
||||
- name: Display Bru CLI Version
|
||||
run: bru --version
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd packages/bruno-tests/collection
|
||||
|
Loading…
Reference in New Issue
Block a user