Skip to content

Commit d1dd308

Browse files
authored
chore(test): Remove cloudflare-astro e2e test (#18567)
This removes a test that only asserted on successful deployment of a static cloudflare app. No actual tests. I don't think there's much value in this but it required a repo-specific env secret we can now get rid of. (fwiw, long-term we definitely want cloudflare-deployed e2e tests but we'll likely need a better test setup anyway) Closes #18568 (added automatically)
1 parent 12f3007 commit d1dd308

File tree

11 files changed

+0
-337
lines changed

11 files changed

+0
-337
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,15 +1144,6 @@ jobs:
11441144
retention-days: 7
11451145
if-no-files-found: ignore
11461146

1147-
- name: Deploy Astro to Cloudflare
1148-
uses: cloudflare/wrangler-action@v3
1149-
if: matrix.test-application == 'cloudflare-astro'
1150-
with:
1151-
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
1152-
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
1153-
command: pages deploy dist --project-name=${{ secrets.CLOUDFLARE_PROJECT_NAME }}
1154-
workingDirectory: ${{ runner.temp }}/test-application
1155-
11561147
job_required_jobs_passed:
11571148
name: All required jobs passed or were skipped
11581149
needs:

dev-packages/e2e-tests/test-applications/cloudflare-astro/.gitignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/cloudflare-astro/astro.config.mjs

Lines changed: 0 additions & 24 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/cloudflare-astro/package.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/cloudflare-astro/public/favicon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/cloudflare-astro/sentry.client.config.mjs

Lines changed: 0 additions & 5 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/cloudflare-astro/sentry.server.mjs

Lines changed: 0 additions & 5 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/cloudflare-astro/src/components/Card.astro

Lines changed: 0 additions & 61 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/cloudflare-astro/src/env.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev-packages/e2e-tests/test-applications/cloudflare-astro/src/layouts/Layout.astro

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)