Skip to content

Commit

Permalink
Test one framework
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Nov 16, 2023
1 parent ad3063e commit e894e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c3-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
bun-version: 1.0.3
jobs:
e2e:
timeout-minutes: 30
timeout-minutes: 15
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.pm }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/e2e-tests/frameworkToTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ if (envCliToTest) {
* the framework's name is set as the value of this variable, for standard
* runs this variable's value is `undefined`
*/
export const frameworkToTest = targetFramework;
export const frameworkToTest = "create-hono";

0 comments on commit e894e77

Please sign in to comment.