File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ jobs:
4040 NODE_ENV : " production"
4141 CI_OS : ${{ runner.os }}
4242
43- - name : Run Vite E2E tests
44- run : pnpm test:e2e -F @cloudflare/vite-plugin
45- env :
46- CLOUDFLARE_API_TOKEN : ${{ secrets.TEST_CLOUDFLARE_API_TOKEN }}
47- CLOUDFLARE_ACCOUNT_ID : ${{ secrets.TEST_CLOUDFLARE_ACCOUNT_ID }}
48- NODE_OPTIONS : " --max_old_space_size=8192"
49- WRANGLER_LOG_PATH : ${{ runner.temp }}/wrangler-debug-logs/
50- TEST_REPORT_PATH : ${{ runner.temp }}/test-report/index.html
51- CI_OS : ${{ matrix.os }}
43+ # - name: Run Vite E2E tests
44+ # run: pnpm test:e2e -F @cloudflare/vite-plugin
45+ # env:
46+ # CLOUDFLARE_API_TOKEN: ${{ secrets.TEST_CLOUDFLARE_API_TOKEN }}
47+ # CLOUDFLARE_ACCOUNT_ID: ${{ secrets.TEST_CLOUDFLARE_ACCOUNT_ID }}
48+ # NODE_OPTIONS: "--max_old_space_size=8192"
49+ # WRANGLER_LOG_PATH: ${{ runner.temp }}/wrangler-debug-logs/
50+ # TEST_REPORT_PATH: ${{ runner.temp }}/test-report/index.html
51+ # CI_OS: ${{ matrix.os }}
5252
5353 - name : Run Wrangler E2E tests
5454 run : pnpm run test:e2e:wrangler
You can’t perform that action at this time.
0 commit comments