File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout code
1515 uses : actions/checkout@v2
16+ with :
17+ ref : develop
1618
1719 - name : Setup node
1820 uses : actions/setup-node@v2
3840 - name : Run cypress tests
3941 uses :
cypress-io/[email protected] 4042 with :
41- start : yarn dev :${{ matrix.package }}
43+ start : yarn start :${{ matrix.package }}
4244 wait-on : ' http://localhost:3000'
4345 wait-on-timeout : 180
4446 command : yarn run test:e2e:${{ matrix.package }}:hl
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ name: Run tests
33on :
44 push :
55 branches :
6- - master
76 - main
7+ - develop
8+ - release-**
89 pull_request :
910 branches :
10- - master
1111 - main
12+ - develop
13+ - release-**
1214
1315jobs :
1416 prepare_dependencies :
8688 run : yarn test:core --coverage
8789
8890 - name : Test middleware
89- run : yarn test:core --coverage
91+ run : yarn test:middleware --coverage
9092
9193 validate_integrations :
9294 name : Validate ${{ matrix.integration }}
You can’t perform that action at this time.
0 commit comments