We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dba656 commit dc772d0Copy full SHA for dc772d0
2 files changed
.github/workflows/run-all-unit-tests.yaml
@@ -43,7 +43,7 @@ jobs:
43
export SHELL=/bin/zsh
44
touch ~/.zshrc
45
46
- npm run test -- ./test/shell --no-file-parallelism --disable-console-intercept
+ npm run test -- ./test --no-file-parallelism --disable-console-intercept
47
48
- name: Run tests (Linux)
49
if: runner.os == 'Linux'
package.json
@@ -42,7 +42,7 @@
42
"license": "ISC",
"type": "module",
"dependencies": {
- "@codifycli/plugin-core": "1.1.0-beta7",
+ "@codifycli/plugin-core": "1.1.0-beta9",
"@codifycli/schemas": "1.0.0",
"ajv": "^8.18.0",
"ajv-formats": "^2.1.1",
0 commit comments