Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed May 16, 2024
1 parent 51bd551 commit a37bdfa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ jobs:
cache: pnpm
- run: mkdir -p "${{ env.APP_CRASH_DIR }}" "${{ env.APP_LOGS_DIR }}"
shell: bash
# NB: we can't comment this for speeding up testing as we get this error when running test harness:
# > @cursorless/test-harness@0.1.0 testNeovim D:\a\cursorless\cursorless\packages\test-harness
# > env CURSORLESS_MODE=test my-ts-node src/scripts/runNeovimTestsCI.ts

# env: 'my-ts-node': No such file or directory
# D:\a\cursorless\cursorless\packages\test-harness:
#  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @cursorless/test-harness@0.1.0 testNeovim: `env CURSORLESS_MODE=test my-ts-node src/scripts/runNeovimTestsCI.ts`
# spawn ENOENT
#  WARN  Local package.json exists, but node_modules missing, did you mean to install?
# Error: Process completed with exit code 1.
- run: pnpm --color install
# XXX: commenting for now because we added already built cursorless.nvim in this branch to speed things up in CI
# - run: pnpm --color compile
Expand Down
4 changes: 2 additions & 2 deletions dist/cursorless.nvim/node/cursorless-neovim/out/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34846,10 +34846,10 @@ var nodeMatchers12 = {
/* infix_expression, key on left, item on right, operator = "->"
// collectionItem: "???"
// collectionKey: "???",

/* "foo".r <-, value of type field_expression, value of type string, field of type identifier = "r",
// regularExpression: "???",

/*
none of this stuff is defined well in the tree sitter (it's all just infix expressions etc),
and native XML/HTML is deprecated in Scala 3
Expand Down

0 comments on commit a37bdfa

Please sign in to comment.