File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ jobs:
109109 build-command : ' test:build-canary'
110110 label : ' react-router-6 (canary)'
111111 - 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 )'
114114 - 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 )'
117117
118118 steps :
119119 - name : Check out current commit
Original file line number Diff line number Diff line change 1212 "clean" : " npx nuxi cleanup" ,
1313 "test" : " playwright test" ,
1414 "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" ,
1616 "test:assert" : " pnpm test"
1717 },
1818 "dependencies" : {
2626 "sentryTest" : {
2727 "optionalVariants" : [
2828 {
29- "build-command" : " test:build-nightly " ,
30- "label" : " nuxt-3 (nightly )"
29+ "build-command" : " test:build-canary " ,
30+ "label" : " nuxt-3 (canary )"
3131 }
3232 ]
3333 }
Original file line number Diff line number Diff line change 1212 "clean" : " npx nuxi cleanup" ,
1313 "test" : " playwright test" ,
1414 "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" ,
1616 "test:assert" : " pnpm test"
1717 },
1818 "dependencies" : {
3030 "sentryTest" : {
3131 "optionalVariants" : [
3232 {
33- "build-command" : " test:build-nightly " ,
34- "label" : " nuxt-4 (nightly )"
33+ "build-command" : " test:build-canary " ,
34+ "label" : " nuxt-4 (canary )"
3535 }
3636 ]
3737 }
You can’t perform that action at this time.
0 commit comments