Skip to content

Commit dc772d0

Browse files
committed
Bump library version
1 parent 7dba656 commit dc772d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-all-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
export SHELL=/bin/zsh
4444
touch ~/.zshrc
4545
46-
npm run test -- ./test/shell --no-file-parallelism --disable-console-intercept
46+
npm run test -- ./test --no-file-parallelism --disable-console-intercept
4747
4848
- name: Run tests (Linux)
4949
if: runner.os == 'Linux'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"license": "ISC",
4343
"type": "module",
4444
"dependencies": {
45-
"@codifycli/plugin-core": "1.1.0-beta7",
45+
"@codifycli/plugin-core": "1.1.0-beta9",
4646
"@codifycli/schemas": "1.0.0",
4747
"ajv": "^8.18.0",
4848
"ajv-formats": "^2.1.1",

0 commit comments

Comments
 (0)