Skip to content

Commit aaa9981

Browse files
fixed test script
1 parent 53a890c commit aaa9981

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/scsctl_test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: scsctl_test
22
on:
33
push:
4-
branches: [ test/scsctl_cicd_integration ]
4+
branches: [ main ]
55
workflow_dispatch:
66

77
jobs:
@@ -20,13 +20,7 @@ jobs:
2020
- name: Start a local k8s cluster
2121
uses: jupyterhub/action-k3s-helm@v3
2222
with:
23-
# See available:
24-
# - k3s release channels at https://github.com/k3s-io/k3s/blob/HEAD/channel.yaml
25-
# - k3s versions at https://github.com/k3s-io/k3s/tags
26-
# - helm versions at https://github.com/helm/helm/tags
2723
k3s-channel: latest
28-
# k3s-version: v1.22.2+k3s1
29-
# helm-version: v3.7.0
3024

3125
- name: Verify function of k8s, kubectl, and helm
3226
run: |

0 commit comments

Comments
 (0)