Skip to content

Commit

Permalink
fix(test): disable chez test
Browse files Browse the repository at this point in the history
  • Loading branch information
6cdh committed Mar 12, 2024
1 parent 608bbd3 commit feda280
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
- run: npm install
- run: npm test

chez:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install
- run: git clone --depth 1 https://github.com/cisco/ChezScheme.git
- run: npx tree-sitter parse $(find ./ChezScheme -type f -name "*.scm" -o -name "*.ss" -not -exec grep -q -e '<<' -e '(#' -e '#{' -e '#!eof' -e '(\\' {} \; -print) -qt
# chez:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: 14
# - run: npm install
# - run: git clone --depth 1 https://github.com/cisco/ChezScheme.git
# - run: npx tree-sitter parse $(find ./ChezScheme -type f -name "*.scm" -o -name "*.ss" -not -exec grep -q -e '<<' -e '(#' -e '#{' -e '#!eof' -e '(\\' {} \; -print) -qt

sicp:
runs-on: ubuntu-latest
Expand Down

0 comments on commit feda280

Please sign in to comment.