Skip to content

Commit 632fb6d

Browse files
Un-quarantine the RedwoodSDK C3 e2e test and bump create-rwsdk to 3.1.1 (#11557)
* Un-quarantine the RedwoodSDK C3 e2e test * set GITHUB_API_TOKEN env variable * bump create-rwsdk * bump to 3.1.2
1 parent d53462c commit 632fb6d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.changeset/create-rwsdk-bump.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
chore: update dependencies of "create-cloudflare" package
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| ------------ | ----- | ----- |
11+
| create-rwsdk | 3.1.0 | 3.1.2 |

packages/create-cloudflare/e2e/tests/frameworks/test-config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,6 @@ function getFrameworkTestConfig(pm: string): NamedFrameworkTestConfig[] {
605605
},
606606
{
607607
name: "redwood",
608-
// quarantined until the changes in https://github.com/redwoodjs/create-rwsdk/pull/4 are released
609-
quarantine: true,
610608
testCommitMessage: true,
611609
timeout: LONG_TIMEOUT,
612610
unsupportedOSs: ["win32"],
@@ -618,6 +616,9 @@ function getFrameworkTestConfig(pm: string): NamedFrameworkTestConfig[] {
618616
route: "/",
619617
expectedText: "RedwoodSDK",
620618
},
619+
extraEnv: {
620+
GITHUB_API_TOKEN: process.env.GITHUB_TOKEN,
621+
},
621622
nodeCompat: true,
622623
},
623624
{

packages/create-cloudflare/src/frameworks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"create-next-app": "15.5.6",
1414
"create-qwik": "1.17.2",
1515
"create-vite": "7.1.1",
16-
"create-rwsdk": "3.1.0",
16+
"create-rwsdk": "3.1.2",
1717
"create-react-router": "7.9.6",
1818
"create-solid": "0.6.11",
1919
"create-vike": "0.0.528",

0 commit comments

Comments
 (0)