File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 5757 - run : node --run jsvu -- --os=linux64 --engines="${{ matrix.engine }}"
5858 - run : EXODUS_TEST_DROP_NETWORK=1 node --run "test:${{ matrix.engine }}"
5959
60+ workerd :
61+ runs-on : ubuntu-latest
62+ name : ' Test on workerd'
63+ steps :
64+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
65+ - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
66+ with :
67+ run_install : false
68+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
69+ with :
70+ node-version-file : ' .nvmrc'
71+ cache : pnpm
72+ registry-url : ' https://registry.npmjs.org'
73+ - run : pnpm i --frozen-lockfile
74+ - run : node --run test:workerd
75+
6076 servo :
6177 runs-on : ubuntu-latest
6278 name : ' Servo ${{ matrix.servo-version }}'
You can’t perform that action at this time.
0 commit comments