Skip to content

Commit 2270256

Browse files
authored
test(tanstackstart-react): Add canary test for latest (#18686)
Adding a canary test for tanstackstart using the latest tag. There are also alpha and beta tags, but they don't seem to be used anymore. see [npm tanstack/react-start tags](https://www.npmjs.com/package/@tanstack/react-start?activeTab=versions) Closes #18667
1 parent 5cd938d commit 2270256

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/canary.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
- test-application: 'nuxt-4'
115115
build-command: 'test:build-canary'
116116
label: 'nuxt-4 (canary)'
117+
- test-application: 'tanstackstart-react'
118+
build-command: 'test:build-latest'
119+
label: 'tanstackstart-react (latest)'
117120
- test-application: 'nestjs-11'
118121
build-command: 'test:build-latest'
119122
label: 'nestjs-11 (latest)'

dev-packages/e2e-tests/test-applications/tanstackstart-react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"test": "playwright test",
1010
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1111
"test:build": "pnpm install && pnpm build",
12+
"test:build-latest": "pnpm add @tanstack/react-start@latest @tanstack/react-router@latest && pnpm install && pnpm build",
1213
"test:assert": "pnpm test"
1314
},
1415
"dependencies": {

0 commit comments

Comments
 (0)