Skip to content

Commit f4fdc89

Browse files
authored
add BASE_PATH
1 parent b755589 commit f4fdc89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
- name: Run UI tests
6464
run: npm run test:ui
6565
env:
66-
BASE_URL: https://localhost:6984/prototype/_design/prototype
66+
BASE_URL: https://localhost:6984
67+
BASE_PATH: /prototype/_design/prototype
6768

6869
- name: Upload Playwright report and traces for trace.playwright.dev
6970
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)