Skip to content

Commit

Permalink
ci: test git deps in KCL image
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Aug 15, 2024
1 parent 47c1b89 commit 1594c93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Show KCL version
run: kcl version
- name: test Git deps
run: git clone https://github.com/kcl-lang/flask-demo-kcl-manifests
- name: Install dependencies
run: apt update && apt install make
- name: Example tests
Expand Down

0 comments on commit 1594c93

Please sign in to comment.