Adopt the new molecule/ directory structure from the operator-sdk 1.x scaffolding

This commit is contained in:
Shane McDonald
2021-09-29 15:31:17 -04:00
parent 65b89ea7bd
commit 48ab801c8c
21 changed files with 300 additions and 290 deletions

View File

@@ -37,17 +37,11 @@ jobs:
run: |
ansible-galaxy collection install community.general kubernetes.core:1.2.1 operator_sdk.util
- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.4.2
with:
minikube version: 'v1.16.0'
kubernetes version: 'v1.19.2'
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Molecule
env:
MOLECULE_VERBOSITY: 3
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
run: |
molecule test -s test-minikube
make kustomize
KUSTOMIZE_PATH=$(readlink -f bin/kustomize) molecule test -s kind