Skip to content

Commit d1269af

Browse files
committed
Added CYPRESS_BASE_URL config for CI
1 parent 2d4bde7 commit d1269af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
start: npm run preview
4545
wait-on: 'http://localhost:5173'
4646
browser: chrome
47-
config: baseUrl=http://localhost:5173/ab-test-calculator-link/
47+
env:
48+
CYPRESS_BASE_URL: http://localhost:5173/ab-test-calculator-link/
4849

4950
- name: Upload artifact
5051
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)