Skip to content

Commit 1e53581

Browse files
chore: add Cypress test credentials for CRA integration tests
1 parent bd249f0 commit 1e53581

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ jobs:
7676
run: npm run install:examples
7777

7878
- name: Run integration test (CRA)
79-
run: npm run test:cra
79+
run: |
80+
CYPRESS_USER_EMAIL="${{secrets.CYPRESS_USER_EMAIL}}" \
81+
CYPRESS_USER_PASSWORD="${{secrets.CYPRESS_USER_PASSWORD}}" \
82+
npm run test:cra
8083
8184
- name: Run integration test (NextJS)
8285
run: npm run test:nextjs

0 commit comments

Comments
 (0)