ci: disable "verify env" step

Until https://github.com/cloudflare/workers-sdk/issues/5082 is fixed
This commit is contained in:
2024-06-04 08:59:11 -04:00
parent 0dfdd45143
commit 204a618385
4 changed files with 18 additions and 10 deletions

View File

@@ -15,11 +15,12 @@ jobs:
run: bun install
- name: Test
run: bun test
- name: Verify env
run: bun src/scripts/verifyEnv.ts
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
IS_CI: true
# TODO: uncomment this when https://github.com/cloudflare/workers-sdk/issues/5082 is fixed
# - name: Verify env
# run: bun env:verify
# env:
# CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# IS_CI: true
- name: Deploy
uses: cloudflare/wrangler-action@v3
with: