ci: disable "verify env" step
Until https://github.com/cloudflare/workers-sdk/issues/5082 is fixed
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user