fix: fixed github tests workflow issue

This commit is contained in:
Anoop M D 2024-01-30 22:26:47 +05:30
parent ea7d141d10
commit c666adc0ba

View File

@ -61,6 +61,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
cd packages/bruno-tests/collection cd packages/bruno-tests/collection
npm install
node ../../bruno-cli/bin/bru.js run --env Prod --output junit.xml --format junit node ../../bruno-cli/bin/bru.js run --env Prod --output junit.xml --format junit
- name: Publish Test Report - name: Publish Test Report