Skip to content

Commit

Permalink
fix: kusion installation e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 13, 2023
1 parent 4f97c70 commit 4d94c7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/install-kusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check Install Script
run: |
static/script/install.sh
curl https://kusionstack.io/scripts/install.sh | sh
run: curl https://www.kusionstack.io/scripts/install.sh | sh
- name: Check Kusion run
shell: bash -leo pipefail {0}
run: |
sudo kusion version
sudo kusion compile -w static/stack -o stdout
cd static/stack && sudo kusion compile
- name: Uninstall Kusion
run: curl https://www.kusionstack.io/scripts/uninstall.sh | sh

check-kusion-brew-install:
strategy:
Expand All @@ -38,6 +38,7 @@ jobs:
kusion version
kusion compile -w static/stack -o stdout
cd static/stack && kusion compile
brew uninstall KusionStack/tap/kusion
check-kusion-go-install:
strategy:
Expand Down

0 comments on commit 4d94c7b

Please sign in to comment.