File tree Expand file tree Collapse file tree 5 files changed +0
-73
lines changed
Expand file tree Collapse file tree 5 files changed +0
-73
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments