Skip to content

Commit 0368cb6

Browse files
authored
Disable tests that use Vercel (#370)
* disable test * not needed change
1 parent 4fe54e6 commit 0368cb6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,10 +854,11 @@ jobs:
854854
run: '[ -f /tmp/vitest-skip-warnings.txt ] && cat /tmp/vitest-skip-warnings.txt || true'
855855

856856
# ---------------------------------------------------------------------------
857-
# Docs — deploy to Vercel (always, so e2e_cdn can test the live CDN)
857+
# Docs — deploy to Vercel (disabled while Vercel project is unavailable)
858858
# ---------------------------------------------------------------------------
859859
docs:
860860
name: Deploy Docs
861+
if: false
861862
runs-on: ubuntu-24.04-arm
862863
outputs:
863864
deployment_url: ${{ steps.deploy.outputs.url }}
@@ -963,7 +964,7 @@ jobs:
963964
# main → https://stripe-sync.dev/ | branch → unique preview URL
964965

965966
# ---------------------------------------------------------------------------
966-
# E2E CDN — verify stripe-sync.dev/stripe-api-specs after Vercel deploy
967+
# E2E CDN — verify stripe-sync.dev/stripe-api-specs after Vercel deploy (disabled with docs)
967968
# ---------------------------------------------------------------------------
968969
e2e_cdn:
969970
name: E2E CDN

0 commit comments

Comments
 (0)