File tree 3 files changed +10
-10
lines changed
dev-packages/e2e-tests/test-applications
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ jobs:
109
109
build-command : ' test:build-canary'
110
110
label : ' react-router-6 (canary)'
111
111
- test-application : ' nuxt-3'
112
- build-command : ' test:build-nightly '
113
- label : ' nuxt-3 (nightly )'
112
+ build-command : ' test:build-canary '
113
+ label : ' nuxt-3 (canary )'
114
114
- test-application : ' nuxt-4'
115
- build-command : ' test:build-nightly '
116
- label : ' nuxt-4 (nightly )'
115
+ build-command : ' test:build-canary '
116
+ label : ' nuxt-4 (canary )'
117
117
118
118
steps :
119
119
- name : Check out current commit
Original file line number Diff line number Diff line change 12
12
"clean" : " npx nuxi cleanup" ,
13
13
"test" : " playwright test" ,
14
14
"test:build" : " pnpm install && pnpm build" ,
15
- "test:build-nightly " : " pnpm install && pnpm rm nuxt && pnpm add nuxt-nightly@3x && pnpm build" ,
15
+ "test:build-canary " : " pnpm install && pnpm rm nuxt && pnpm add nuxt-nightly@3x && pnpm build" ,
16
16
"test:assert" : " pnpm test"
17
17
},
18
18
"dependencies" : {
26
26
"sentryTest" : {
27
27
"optionalVariants" : [
28
28
{
29
- "build-command" : " test:build-nightly " ,
30
- "label" : " nuxt-3 (nightly )"
29
+ "build-command" : " test:build-canary " ,
30
+ "label" : " nuxt-3 (canary )"
31
31
}
32
32
]
33
33
}
Original file line number Diff line number Diff line change 12
12
"clean" : " npx nuxi cleanup" ,
13
13
"test" : " playwright test" ,
14
14
"test:build" : " pnpm install && pnpm build" ,
15
- "test:build-nightly " : " pnpm install && pnpm rm nuxt && pnpm add nuxt-nightly@latest && pnpm build" ,
15
+ "test:build-canary " : " pnpm install && pnpm rm nuxt && pnpm add nuxt-nightly@latest && pnpm build" ,
16
16
"test:assert" : " pnpm test"
17
17
},
18
18
"dependencies" : {
30
30
"sentryTest" : {
31
31
"optionalVariants" : [
32
32
{
33
- "build-command" : " test:build-nightly " ,
34
- "label" : " nuxt-4 (nightly )"
33
+ "build-command" : " test:build-canary " ,
34
+ "label" : " nuxt-4 (canary )"
35
35
}
36
36
]
37
37
}
You can’t perform that action at this time.
0 commit comments