Skip to content

Commit

Permalink
fix: the test of mock cli
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <dipankardas0115@gmail.com>
  • Loading branch information
dipankardas011 committed Oct 25, 2023
1 parent 0d317cf commit 8fe836d
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 62 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
- name: civo scale up and down
run: |
ksctl delete ha-civo delete-nodes -n ha-demo --noWP 0 -r LON1 --approve -v || exit 0 # remove this fail safe when the version of the ksctl core is propogated correctly
ksctl delete ha-civo delete-nodes -n ha-demo --noWP 0 -r LON1 --approve -v
ksctl create ha-civo add-nodes -n ha-demo --noWP 1 --nodeSizeWP "fake.small" -r LON1 -v --approve
- name: azure scale up and down
run: |
ksctl delete ha-azure delete-nodes -n ha-demo --noWP 0 -r fake --approve -v || exit 0 # remove this fail safe when the version of the ksctl core is propogated correctly
ksctl delete ha-azure delete-nodes -n ha-demo --noWP 0 -r fake --approve -v
ksctl create ha-azure add-nodes -n ha-demo --noWP 1 --nodeSizeWP "fake" -r fake -v --approve
- name: civo delete
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@

# Go workspace file
go.work

.idea/
56 changes: 0 additions & 56 deletions .idea/workspace.xml

This file was deleted.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/kubesimplify/ksctl-cli

go 1.20
go 1.21.0

require (
github.com/kubesimplify/ksctl v1.1.1
github.com/kubesimplify/ksctl v1.1.1-rc2
github.com/spf13/cobra v1.7.0
)

Expand Down
Loading

0 comments on commit 8fe836d

Please sign in to comment.