We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b755589 commit f4fdc89Copy full SHA for f4fdc89
1 file changed
.github/workflows/node.js.yml
@@ -63,7 +63,8 @@ jobs:
63
- name: Run UI tests
64
run: npm run test:ui
65
env:
66
- BASE_URL: https://localhost:6984/prototype/_design/prototype
+ BASE_URL: https://localhost:6984
67
+ BASE_PATH: /prototype/_design/prototype
68
69
- name: Upload Playwright report and traces for trace.playwright.dev
70
uses: actions/upload-artifact@v5
0 commit comments