Skip to content

Commit c38c3b3

Browse files
committed
Properly specify env vars for cypress action
1 parent d93edb2 commit c38c3b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
wait-on: 'http://localhost:5173'
4646
browser: chrome
4747
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:*"
48+
env: CYPRESS_BASE_URL=http://localhost:5173/ab-test-calculator-link/,DEBUG=cypress:*
5149

5250
- name: Upload artifact
5351
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)