Skip to content

Commit f93d020

Browse files
committed
ci: polish kcl and kcl-lsp installation tests
Signed-off-by: peefy <[email protected]>
1 parent 0177a7d commit f93d020

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/install-kcl-lsp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Check Brew Installation
6464
working-directory: .
6565
run: |
66-
brew install kcl-lang/tap/kcl-lsp@0.7.0
66+
brew install kcl-lang/tap/kcl-lsp
6767
kcl-language-server version
6868
6969
check-kcl-lsp-brew-install-linux:
@@ -75,5 +75,5 @@ jobs:
7575
- name: Check Brew Installation
7676
working-directory: .
7777
run: |
78-
brew install kcl-lang/tap/kcl-lsp@0.7.0
78+
brew install kcl-lang/tap/kcl-lsp
7979
kcl-language-server version

.github/workflows/install-kcl.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,3 @@ jobs:
113113
kcl ./examples/configuration/nginx.k
114114
brew uninstall kcl-lang/tap/kcl
115115
brew uninstall kcl-lang/tap/kcl-lsp
116-
117-
brew install kcl-lang/tap/[email protected]
118-
echo "brew installed successfully"
119-
kcl version
120-
kcl ./examples/configuration/nginx.k
121-
kcl-language-server version
122-
brew uninstall kcl-lang/tap/[email protected]
123-
brew uninstall kcl-lang/tap/kcl-lsp
124-
125-
brew install kcl-lang/tap/kcl-lsp
126-
kcl-language-server version
127-
brew uninstall kcl-lang/tap/kcl-lsp

0 commit comments

Comments
 (0)