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 78f7865
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/example-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Install Script
run: static/script/install.sh
- name: Check KCL run
shell: bash -ieo pipefail {0}
run: kcl ./static/stack/main.k

- uses: actions/setup-go@v1
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 78f7865

Please sign in to comment.