Skip to content

Commit

Permalink
Remove broken canary tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 5, 2023
1 parent 8dee2ab commit d1a7873
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/main.yml
Expand Up @@ -22,27 +22,27 @@ jobs:
node:
- lts/gallium
- node
canary:
name: canary / ${{matrix.package}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: node
- run: npm install
- run: npm run build
- uses: actions/checkout@v3
with:
repository: ${{matrix.package}}
path: canary/${{matrix.package}}
- run: npm install && npx rimraf "node_modules/**/unified" && npm test
working-directory: canary/${{matrix.package}}
strategy:
fail-fast: false
matrix:
package:
- rehypejs/rehype
- remarkjs/remark
- retextjs/retext
- unifiedjs/unified-engine
# canary:
# name: canary / ${{matrix.package}}
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: node
# - run: npm install
# - run: npm run build
# - uses: actions/checkout@v3
# with:
# repository: ${{matrix.package}}
# path: canary/${{matrix.package}}
# - run: npm install && npx rimraf "node_modules/**/unified" && npm test
# working-directory: canary/${{matrix.package}}
# strategy:
# fail-fast: false
# matrix:
# package:
# - rehypejs/rehype
# - remarkjs/remark
# - retextjs/retext
# - unifiedjs/unified-engine

0 comments on commit d1a7873

Please sign in to comment.