Skip to content

Commit 8a138a3

Browse files
committed
Switch action for starting K3s cluster
Signed-off-by: Timothy Johnson <[email protected]>
1 parent ee19c26 commit 8a138a3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/zowe-cli-plugin.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ jobs:
5959

6060
- name: Start K3s Cluster
6161
id: k3s
62-
if: ${{ always() && steps.build.outcome == 'success' && matrix.os == 'ubuntu-latest' }}
63-
uses: nolar/setup-k3d-k3s@v1
64-
65-
- name: Set K8s Namespace
66-
if: ${{ always() && steps.k3s.outcome == 'success' }}
67-
run: kubectl config set-context --current --namespace=default
62+
uses: self-actuated/setup-k3sup@v1
6863

6964
- name: Create System Test Properties
7065
if: ${{ always() && steps.k3s.outcome == 'success' }}

0 commit comments

Comments
 (0)