File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,27 @@ jobs:
2222 node :
2323 - lts/gallium
2424 - node
25- canary :
26- name : canary / ${{matrix.package}}
27- runs-on : ubuntu-latest
28- steps :
29- - uses : actions/checkout@v3
30- - uses : actions/setup-node@v3
31- with :
32- node-version : node
33- - run : npm install
34- - run : npm run build
35- - uses : actions/checkout@v3
36- with :
37- repository : ${{matrix.package}}
38- path : canary/${{matrix.package}}
39- - run : npm install && npx rimraf "node_modules/**/unified" && npm test
40- working-directory : canary/${{matrix.package}}
41- strategy :
42- fail-fast : false
43- matrix :
44- package :
45- - rehypejs/rehype
46- - remarkjs/remark
47- - retextjs/retext
48- - unifiedjs/unified-engine
25+ # canary:
26+ # name: canary / ${{matrix.package}}
27+ # runs-on: ubuntu-latest
28+ # steps:
29+ # - uses: actions/checkout@v3
30+ # - uses: actions/setup-node@v3
31+ # with:
32+ # node-version: node
33+ # - run: npm install
34+ # - run: npm run build
35+ # - uses: actions/checkout@v3
36+ # with:
37+ # repository: ${{matrix.package}}
38+ # path: canary/${{matrix.package}}
39+ # - run: npm install && npx rimraf "node_modules/**/unified" && npm test
40+ # working-directory: canary/${{matrix.package}}
41+ # strategy:
42+ # fail-fast: false
43+ # matrix:
44+ # package:
45+ # - rehypejs/rehype
46+ # - remarkjs/remark
47+ # - retextjs/retext
48+ # - unifiedjs/unified-engine
You can’t perform that action at this time.
0 commit comments