chore: display bru cli version while running gh workflow

This commit is contained in:
Anoop M D 2024-02-14 05:09:25 +05:30
parent 36b7fbe584
commit 5fece08f4b

View File

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