Skip to content

Commit 1643b0d

Browse files
committed
ci: drop testing on edge-runtime
1 parent 043b11f commit 1643b0d

File tree

5 files changed

+0
-73
lines changed

5 files changed

+0
-73
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -97,32 +97,6 @@ jobs:
9797
name: node idx(${{ strategy.job-index }}) server log
9898
if-no-files-found: warn
9999

100-
edge-runtime:
101-
needs:
102-
- build
103-
runs-on: ubuntu-latest
104-
steps:
105-
- name: Checkout
106-
uses: actions/checkout@v4
107-
- name: Setup node
108-
uses: actions/setup-node@v4
109-
with:
110-
node-version: lts/*
111-
cache: 'npm'
112-
- run: npm clean-install
113-
- run: npm install --global edge-runtime
114-
- run: npm link edge-runtime
115-
- name: Run Test Suite
116-
run: npm run tap:edge-runtime
117-
- name: Upload server logs
118-
if: ${{ failure() }}
119-
id: artifact-upload-step
120-
uses: actions/upload-artifact@v4
121-
with:
122-
path: server.log
123-
name: edge-runtime server log
124-
if-no-files-found: warn
125-
126100
electron:
127101
needs:
128102
- build

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"tap:browsers": "./tap/.browsers.sh",
7979
"tap:bun": "./tap/.bun.sh",
8080
"tap:deno": "./tap/.deno.sh",
81-
"tap:edge-runtime": "./tap/.edge-runtime.sh",
8281
"tap:electron": "./tap/.electron.sh",
8382
"tap:node": "bash -c './tap/.node.sh'",
8483
"tap:workerd": "./tap/.workerd.sh",

tap/.edge-runtime.mjs

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

tap/.edge-runtime.sh

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

tap/run-edge-runtime.ts

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

0 commit comments

Comments
 (0)