diff --git a/.github/workflows/c3-e2e.yml b/.github/workflows/c3-e2e.yml index 6ab6a469d6d8..65b405af98b7 100644 --- a/.github/workflows/c3-e2e.yml +++ b/.github/workflows/c3-e2e.yml @@ -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 @@ -38,6 +38,7 @@ jobs: uses: ./.github/actions/run-c3-e2e env: NPM_PUBLISH_TOKEN: NOT_USED + FRAMEWORK_CLI_TO_TEST: "create-astro" with: package-manager: ${{ matrix.pm }} quarantine: false