File tree 6 files changed +15
-18
lines changed
6 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 13
13
cypress :
14
14
name : Cypress
15
15
runs-on : ubuntu-latest
16
- strategy :
17
- fail-fast : false
18
- matrix :
19
- containers : [1, 2, 3, 4]
20
16
steps :
21
17
- name : Checkout
22
18
uses : actions/checkout@v2
59
55
uses : cypress-io/github-action@v5
60
56
with :
61
57
browser : chrome
62
- headless : true
63
58
record : true
64
- parallel : true
65
59
config-file : cypress/config/canary.config.ts
66
60
group : ' Next Runtime - Demo Canary'
67
61
spec : cypress/e2e/canary/*
Original file line number Diff line number Diff line change 13
13
cypress :
14
14
name : Cypress
15
15
runs-on : ubuntu-latest
16
- strategy :
17
- fail-fast : false
18
- matrix :
19
- containers : [1, 2, 3, 4]
20
16
steps :
21
17
- name : Checkout
22
18
uses : actions/checkout@v2
59
55
uses : cypress-io/github-action@v5
60
56
with :
61
57
browser : chrome
62
- headless : true
63
58
record : true
64
- parallel : true
65
59
config-file : cypress/config/nx-demo.config.ts
66
60
group : ' Next Runtime - Demo NX'
67
61
spec : cypress/e2e/nx/*
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- containers : [1, 2, 3, 4 ]
19
+ containers : [1, 2]
20
20
steps :
21
21
- name : Checkout
22
22
uses : actions/checkout@v2
59
59
uses : cypress-io/github-action@v5
60
60
with :
61
61
browser : chrome
62
- headless : true
63
62
record : true
64
63
parallel : true
65
64
config-file : cypress/config/static-root.config.ts
Original file line number Diff line number Diff line change 59
59
uses : cypress-io/github-action@v5
60
60
with :
61
61
browser : chrome
62
- headless : true
63
62
record : true
64
63
parallel : true
65
64
config-file : cypress/config/ci.config.ts
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- containers : [1, 2, 3, 4 ]
19
+ containers : [1, 2]
20
20
steps :
21
21
- name : Checkout
22
22
uses : actions/checkout@v2
59
59
uses : cypress-io/github-action@v5
60
60
with :
61
61
browser : chrome
62
- headless : true
63
62
record : true
64
63
parallel : true
65
64
config-file : cypress/config/middleware.config.ts
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [" local>netlify/renovate-config" ]
3
+ "extends" : [" local>netlify/renovate-config" ],
4
+ "packageRules" : [
5
+ {
6
+ "groupName" : " Next.js" ,
7
+ "matchPackagePatterns" : [" next" ],
8
+ "matchUpdateTypes" : [" patch" , " minor" ]
9
+ },
10
+ {
11
+ "groupName" : " Next.js (Major)" ,
12
+ "matchPackagePatterns" : [" next" ],
13
+ "matchUpdateTypes" : [" major" ]
14
+ }
15
+ ]
4
16
}
You can’t perform that action at this time.
0 commit comments