-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C3: Disable astro e2e for npm #4290
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #4290 +/- ##
==========================================
+ Coverage 75.39% 75.43% +0.04%
==========================================
Files 223 223
Lines 12330 12327 -3
Branches 3186 3187 +1
==========================================
+ Hits 9296 9299 +3
+ Misses 3034 3028 -6 |
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6669634374/npm-package-wrangler-4290 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6669634374/npm-package-wrangler-4290 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6669634374/npm-package-wrangler-4290 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6669634374/npm-package-cloudflare-pages-shared-4290 Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
This reverts commit 47b0b0e.
Not ideal but the Cloudflare Astro adapter is currently broken when used with npm.
We're looking into fixing this upstream, in the meantime I am disabling the astro npm e2e test so that we can at least keep using the e2e CI checks in the meantime.