From aaa998116933e64b94238edef1a44a85ea2f57f1 Mon Sep 17 00:00:00 2001 From: Jegath S Date: Wed, 23 Aug 2023 12:16:24 +0530 Subject: [PATCH] fixed test script --- .github/workflows/scsctl_test.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/scsctl_test.yml b/.github/workflows/scsctl_test.yml index ef366c1..86ea87a 100644 --- a/.github/workflows/scsctl_test.yml +++ b/.github/workflows/scsctl_test.yml @@ -1,7 +1,7 @@ name: scsctl_test on: push: - branches: [ test/scsctl_cicd_integration ] + branches: [ main ] workflow_dispatch: jobs: @@ -20,13 +20,7 @@ jobs: - name: Start a local k8s cluster uses: jupyterhub/action-k3s-helm@v3 with: - # See available: - # - k3s release channels at https://github.com/k3s-io/k3s/blob/HEAD/channel.yaml - # - k3s versions at https://github.com/k3s-io/k3s/tags - # - helm versions at https://github.com/helm/helm/tags k3s-channel: latest - # k3s-version: v1.22.2+k3s1 - # helm-version: v3.7.0 - name: Verify function of k8s, kubectl, and helm run: |