Skip to content

Commit 1594c93

Browse files
committed
ci: test git deps in KCL image
Signed-off-by: peefy <[email protected]>
1 parent 47c1b89 commit 1594c93

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)