There was an error while loading. Please reload this page.
1 parent 6a5454d commit 4527bd1Copy full SHA for 4527bd1
1 file changed
.github/workflows/fix-specs.yml
@@ -21,11 +21,11 @@ jobs:
21
with:
22
node-version: 24
23
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
+ # - name: Ensure codemie-code is available
+ # run: |
+ # if ! command -v codemie-code >/dev/null 2>&1; then
+ # bun add --global --dev @codemieai/code
+ # fi
29
30
- name: Run test
31
run: |
0 commit comments