We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c1b89 commit 1594c93Copy full SHA for 1594c93
.github/workflows/image-e2e-tests.yaml
@@ -22,6 +22,10 @@ jobs:
22
uses: actions/setup-go@v5
23
with:
24
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
29
- name: Install dependencies
30
run: apt update && apt install make
31
- name: Example tests
0 commit comments