Skip to content

Commit 58994ec

Browse files
committed
Remove pagespeed tests
1 parent c3ef66b commit 58994ec

File tree

4 files changed

+1
-46
lines changed

4 files changed

+1
-46
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ jobs:
199199
run: cd ./packages/gitbook && bun e2e-browserless
200200
env:
201201
BASE_URL: ${{needs.deploy-v2-vercel.outputs.deployment-url}}
202-
PAGESPEED_API_KEY: ${{ secrets.PAGESPEED_API_KEY }}
203202
browserless-testing-v2-cloudflare:
204203
runs-on: ubuntu-latest
205204
name: Browserless Testing v2 (Cloudflare)
@@ -216,5 +215,4 @@ jobs:
216215
- name: Run tests
217216
run: cd ./packages/gitbook && bun e2e-browserless
218217
env:
219-
BASE_URL: ${{needs.deploy-v2-cloudflare.outputs.deployment-url}}
220-
PAGESPEED_API_KEY: ${{ secrets.PAGESPEED_API_KEY }}
218+
BASE_URL: ${{needs.deploy-v2-cloudflare.outputs.deployment-url}}

packages/gitbook/e2e/mcp.spec.ts

Whitespace-only changes.

packages/gitbook/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,13 @@
8787
"@types/node": "^20",
8888
"@types/object-hash": "^3.0.6",
8989
"@types/parse-cache-control": "^1.0.4",
90-
"@types/psi": "^4.1.6",
9190
"@types/react": "18.3.13",
9291
"@types/react-dom": "18.3.1",
9392
"@types/rison": "^0.0.9",
9493
"deepmerge": "^4.3.1",
9594
"env-cmd": "^10.1.0",
9695
"jsonwebtoken": "^9.0.2",
9796
"postcss": "^8",
98-
"psi": "^4.1.0",
9997
"stylelint": "^16.16.0",
10098
"tailwindcss": "^4.1.11",
10199
"ts-essentials": "^10.0.1",

packages/gitbook/tests/pagespeed.test.ts

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

0 commit comments

Comments
 (0)