Skip to content

Commit e8cea33

Browse files
authored
Merge pull request #135 from Peefy/try-git-clone-in-kcl-image
ci: test git deps in KCL image
2 parents 47c1b89 + 1594c93 commit e8cea33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/image-e2e-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/setup-go@v5
2323
with:
2424
go-version-file: go.mod
25+
- name: Show KCL version
26+
run: kcl version
27+
- name: test Git deps
28+
run: git clone https://github.com/kcl-lang/flask-demo-kcl-manifests
2529
- name: Install dependencies
2630
run: apt update && apt install make
2731
- name: Example tests

0 commit comments

Comments
 (0)