Skip to content

Commit 768cd5b

Browse files
committed
rename to canary
1 parent e4c2766 commit 768cd5b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/canary.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

dev-packages/e2e-tests/test-applications/nuxt-3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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": {
@@ -26,8 +26,8 @@
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
}

dev-packages/e2e-tests/test-applications/nuxt-4/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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": {
@@ -30,8 +30,8 @@
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
}

0 commit comments

Comments
 (0)