Skip to content

Commit

Permalink
fix the test script
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Oct 24, 2023
1 parent 0f3a25d commit 4c1e25b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
ksctl version
create:
needs: binary
env:
KSCTL_FAKE_FLAG_ENABLED: "1"
runs-on: ubuntu-latest
Expand All @@ -49,6 +50,7 @@ jobs:
ksctl create ha-azure -n ha-demo --nodeSizeDS "fake" --nodeSizeLB "fake" --nodeSizeCP "fake" --nodeSizeWP "fake" -r fake -v --approve
get:
needs: create
runs-on: ubuntu-latest
steps:
- name: civo get
Expand All @@ -63,6 +65,7 @@ jobs:
switch:
needs: get
runs-on: ubuntu-latest
steps:
- name: civo switch
Expand All @@ -77,6 +80,7 @@ jobs:
delete:
needs: delete
runs-on: ubuntu-latest
env:
KSCTL_FAKE_FLAG_ENABLED: "1"
Expand Down

0 comments on commit 4c1e25b

Please sign in to comment.