-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from kubesimplify/new-version
updated to v1.1.1 of ksctl core
- Loading branch information
Showing
14 changed files
with
163 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: "Test Functionality of the Mock cli" | ||
on: | ||
pull_request: | ||
paths: | ||
- 'cli/**' | ||
- 'scripts/**' | ||
- 'go.mod' | ||
- 'go.sum' | ||
types: [ labeled ] | ||
branches: [ main ] | ||
push: | ||
paths: | ||
- 'scripts/**' | ||
- 'cli/**' | ||
- 'go.mod' | ||
- 'go.sum' | ||
branches: [ main ] | ||
jobs: | ||
civo: | ||
# if: ${{ github.event.label.name == 'pr/lgtm' }} | ||
runs-on: ubuntu-latest | ||
env: | ||
KSCTL_FAKE_FLAG_ENABLED: "1" | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.21.0 | ||
|
||
- name: build ksctl | ||
run: | | ||
make install_linux | ||
ksctl -h | ||
- name: civo tests | ||
run: | | ||
ksctl create civo -n demo -r LON1 -v --approve | ||
ksctl switch -p civo -n demo -r LON1 | ||
ksctl create ha-civo -n demo -r FRA1 -v --approve | ||
ksctl switch -p ha-civo -n demo -r FRA1 | ||
ksctl get -p civo |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.