Skip to content

Commit 5405069

Browse files
committed
fix: cypress env var in tests
1 parent 4137371 commit 5405069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
VITE_PORT: 3000
3030
VITE_API_HOST: http://localhost:3636
3131
VITE_GRAASP_APP_KEY: id-1234567890
32-
VITE_MOCK_API: true
32+
VITE_ENABLE_MOCK_API: true
3333
VITE_VERSION: cypress-tests
3434
with:
3535
install: false

0 commit comments

Comments
 (0)