fix: Bruno GUI hangs on 308 redirect (#5445)

* fix: 308 redirect
This commit is contained in:
naman-bruno
2025-09-03 17:52:12 +05:30
committed by GitHub
parent ae3d5a5515
commit 457a2f83e7
12 changed files with 270 additions and 0 deletions

View File

@@ -83,6 +83,11 @@ jobs:
npm run build --workspace=packages/bruno-requests
npm run build --workspace=packages/bruno-filestore
- name: Run Local Testbench
run: |
npm start --workspace=packages/bruno-tests &
sleep 5
- name: Run tests
run: |
cd packages/bruno-tests/collection