File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- name : Checkout code
15
15
uses : actions/checkout@v2
16
+ with :
17
+ ref : develop
16
18
17
19
- name : Setup node
18
20
uses : actions/setup-node@v2
38
40
- name : Run cypress tests
39
41
uses :
cypress-io/[email protected]
40
42
with :
41
- start : yarn dev :${{ matrix.package }}
43
+ start : yarn start :${{ matrix.package }}
42
44
wait-on : ' http://localhost:3000'
43
45
wait-on-timeout : 180
44
46
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
3
3
on :
4
4
push :
5
5
branches :
6
- - master
7
6
- main
7
+ - develop
8
+ - release-**
8
9
pull_request :
9
10
branches :
10
- - master
11
11
- main
12
+ - develop
13
+ - release-**
12
14
13
15
jobs :
14
16
prepare_dependencies :
86
88
run : yarn test:core --coverage
87
89
88
90
- name : Test middleware
89
- run : yarn test:core --coverage
91
+ run : yarn test:middleware --coverage
90
92
91
93
validate_integrations :
92
94
name : Validate ${{ matrix.integration }}
You can’t perform that action at this time.
0 commit comments