Skip to content

Commit 929af04

Browse files
committed
add node and astro tests, remove puppeteer
1 parent f6aa772 commit 929af04

21 files changed

+800
-2725
lines changed

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Build
3333
env:
3434
NODE_OPTIONS: --max-old-space-size=4096
35-
- run: npx wrangler versions upload -c ./wrangler-workers.toml
35+
- run: npx wrangler versions upload
3636
name: Deploy to Cloudflare Workers
3737
env:
3838
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

.github/workflows/publish-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Build
2929
env:
3030
NODE_OPTIONS: --max-old-space-size=4096
31-
- run: npx wrangler deploy -c ./wrangler-workers.toml
31+
- run: npx wrangler deploy
3232
name: Deploy to Cloudflare Workers
3333
env:
3434
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ dist
55
public/_redirects
66
public/analytics/static/downloads/main.css
77
src/content/workers-ai-models/*.json
8-
tests/fixtures/openapi.json

bin/show-changed-files/index.test.ts renamed to bin/show-changed-files/index.node.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { describe, expect, test } from "vitest";
2-
32
import { DOCS_BASE_URL, PREVIEW_URL_REGEX } from "./constants";
43
import { filenameToPath } from "./util";
54

bin/vitest.config.ts

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

0 commit comments

Comments
 (0)