fix(k8s): support control-plane tests on slim runner
This commit is contained in:
@@ -20,5 +20,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install GNU coreutils and findutils for control-plane tests
|
||||
run: apk add --no-cache coreutils findutils
|
||||
- name: Run k3s control-plane configuration backup tests
|
||||
run: bash k8s/test/test-backup-k3s-control-plane-config.sh
|
||||
|
||||
Reference in New Issue
Block a user