Skip to content

Commit

Permalink
fixed test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jegathintelops committed Aug 23, 2023
1 parent 53a890c commit aaa9981
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/scsctl_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: scsctl_test
on:
push:
branches: [ test/scsctl_cicd_integration ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand All @@ -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: |
Expand Down

0 comments on commit aaa9981

Please sign in to comment.