fix(workflow): ensure E2E test collection dependencies are installed in GitHub Actions

This commit is contained in:
Maintainer Bruno
2025-06-17 13:40:06 +05:30
parent a05f7cb686
commit 0eda1b761d
2 changed files with 6 additions and 2 deletions

View File

@@ -113,6 +113,10 @@ jobs:
sudo chown root /home/runner/work/bruno/bruno/node_modules/electron/dist/chrome-sandbox
sudo chmod 4755 /home/runner/work/bruno/bruno/node_modules/electron/dist/chrome-sandbox
- name: Install dependencies for test collection environment
run: |
npm ci --prefix packages/bruno-tests/collection
- name: Build libraries
run: |
npm run build:graphql-docs