We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93edb2 commit c38c3b3Copy full SHA for c38c3b3
.github/workflows/deploy.yml
@@ -45,9 +45,7 @@ jobs:
45
wait-on: 'http://localhost:5173'
46
browser: chrome
47
config: baseUrl=http://localhost:5173/ab-test-calculator-link/
48
- env:
49
- CYPRESS_BASE_URL: http://localhost:5173/ab-test-calculator-link/
50
- DEBUG: "cypress:*"
+ env: CYPRESS_BASE_URL=http://localhost:5173/ab-test-calculator-link/,DEBUG=cypress:*
51
52
- name: Upload artifact
53
uses: actions/upload-pages-artifact@v3
0 commit comments