Skip to content

Commit 620020e

Browse files
committed
schema-fix
1 parent aab1066 commit 620020e

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/fix-specs.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,9 @@ jobs:
1717
with:
1818
node-version: 24
1919

20-
- name: Install CodeMie CLI globally
21-
run: |
22-
npm install -g @codemieai/code
23-
24-
- name: Check codemie version
25-
run: |
26-
codemie --version
27-
28-
- name: Run codemie doctor
29-
run: |
30-
codemie doctor
20+
- name: Install CodeMie CLI
21+
run: npm install -g @codemieai/code
3122

3223
- name: Run codemie-code basic command
3324
run: |
34-
codemie-code "Echo test" || true
25+
codemie-code "Hey! How are you?"

0 commit comments

Comments
 (0)