Skip to content

Commit

Permalink
Merge pull request #135 from Peefy/try-git-clone-in-kcl-image
Browse files Browse the repository at this point in the history
ci: test git deps in KCL image
  • Loading branch information
Peefy authored Aug 15, 2024
2 parents 47c1b89 + 1594c93 commit e8cea33
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 e8cea33

Please sign in to comment.