Skip to content

Commit 34de3f7

Browse files
fix(ci): switch Cypress browser to Chrome to fix redirect issues in CI
1 parent 823eb2d commit 34de3f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
run: npm run install:examples
5959

6060
- name: Run integration test (CRA)
61-
run: npm run test:cra
61+
run: npm run test:cra -- --browser chrome
62+
env:
63+
CI: true
6264

6365
- name: Upload cypress screeshots (CRA)
6466
if: failure()

0 commit comments

Comments
 (0)