Skip to content

Commit bf1c5e0

Browse files
committed
fix: Fix test command not working (local reference found)
1 parent 09ff843 commit bf1c5e0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/commands/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For more information, visit: https://docs.codifycli.com/commands/apply
4848
]
4949

5050
async init(): Promise<void> {
51-
ctx.log('Running Codify test...')
51+
console.log('Running Codify test...')
5252
return super.init();
5353
}
5454

src/orchestrators/test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ export const TestOrchestrator = {
112112
ctx.subprocessStarted(SubProcessName.TEST_CHECKING_VM_INSTALLED);
113113
planResult = await PlanOrchestrator.run({
114114
codifyConfigs: [{
115-
type: 'project',
116-
plugins: { default: '/Users/kevinwang/Projects/codify-homebrew-plugin/src/index.ts' }
117-
}, {
118115
type: 'homebrew',
119116
formulae: ['sshpass']
120117
}, {

0 commit comments

Comments
 (0)