Skip to content

Commit

Permalink
fix: example tests using the new kcl cli
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 1, 2023
1 parent e7a3b50 commit 43ab1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
go-version: "1.19"

- name: kpm Installation
run: go install kcl-lang.io/kpm@main
- name: kcl Installation
run: go install kcl-lang.io/cli/cmd/kcl@main

- name: Example tests
shell: bash -ieo pipefail {0}
Expand Down

0 comments on commit 43ab1b3

Please sign in to comment.