diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b8537ce8..e396d4c5e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,6 +61,7 @@ jobs: - name: Run tests run: | cd packages/bruno-tests/collection + npm install node ../../bruno-cli/bin/bru.js run --env Prod --output junit.xml --format junit - name: Publish Test Report