Skip to content

Commit 6a6a3b0

Browse files
committed
schema-fix
1 parent 0122b2e commit 6a6a3b0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/fix-specs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ jobs:
2121
with:
2222
node-version: 24
2323

24-
# - name: Ensure codemie-code is available
25-
# run: |
26-
# if ! command -v codemie-code >/dev/null 2>&1; then
27-
# bun add --global --dev @codemieai/code
28-
# fi
24+
- name: Install codemie CLI
25+
run: npm install --global @codemieai/code
2926

3027
- name: Run test
3128
run: |

0 commit comments

Comments
 (0)