Skip to content

[C3] Bump create-remix from 2.3.1 to 2.4.0 in /packages/create-cloudf… #99

[C3] Bump create-remix from 2.3.1 to 2.4.0 in /packages/create-cloudf…

[C3] Bump create-remix from 2.3.1 to 2.4.0 in /packages/create-cloudf… #99

# Runs c3 e2e tests for quarantined frameworks on merges to main
name: C3 E2E (Quarantine)
on:
push:
branches:
- main
paths:
- packages/create-cloudflare/**
env:
node-version: 18.17.1
bun-version: 1.0.3
jobs:
e2e:
timeout-minutes: 30
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.pm }}
cancel-in-progress: true
name: ${{ format('E2E ({0})', matrix.pm) }}
if: github.repository_owner == 'cloudflare'
strategy:
matrix:
os: [ubuntu-latest]
pm: [npm, pnpm, bun]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
- name: E2E Tests
uses: ./.github/actions/run-c3-e2e
with:
package-manager: ${{ matrix.pm }}
quarantine: true
accountId: ${{ secrets.C3_TEST_CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.C3_TEST_CLOUDFLARE_API_TOKEN }}