fix(ci): make-ci to allow running inside ci/cd

This commit is contained in:
2025-07-13 18:39:28 +03:00
parent d6357c131b
commit 8c9febaf8f
3 changed files with 18 additions and 5 deletions

View File

@@ -37,8 +37,4 @@ jobs:
run: make lint-json
- name: Test plugin installation
shell: fish {0}
run: |
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
fisher --version
make test
run: make test-ci