Skip to content

Commit d1a7873

Browse files
committed
Remove broken canary tests for now
1 parent 8dee2ab commit d1a7873

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/main.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)