Skip to content

Commit 0529bb2

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yml

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

6060
- name: Run integration test (CRA)
61-
run: npm run test:cra -- --browser chrome
61+
run: |
62+
npx start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 "cypress:run --browser chrome"
6263
env:
6364
CI: true
6465

0 commit comments

Comments
 (0)