Updates to the workflow

This commit is contained in:
talha0324
2021-01-19 15:22:31 +05:00
parent 1490a1feaa
commit 57eb4f4eaa
4 changed files with 36 additions and 74 deletions

View File

@@ -56,14 +56,12 @@ jobs:
- name: Set up Cluster
run: |
kubectl cluster-info
kubectl apply -f deploy/crds
mkdir -p .local
echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}" | base64 --decode > .local/test-config.yaml
- name: Make Install & Verify
run: |
make install
make verify
- name: Test
run: make test