Skip to content

[C3] Bump create-qwik from 1.2.15 to 1.2.16 in /packages/create-cloud… #50

[C3] Bump create-qwik from 1.2.15 to 1.2.16 in /packages/create-cloud…

[C3] Bump create-qwik from 1.2.15 to 1.2.16 in /packages/create-cloud… #50

# 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:
name: ${{ format('E2E ({0})', matrix.pm) }}
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 }}