Skip to content

Commit

Permalink
chore: install CRDs outside kuttl
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly committed Dec 3, 2023
1 parent 68f842a commit 5707d28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
- name: Wait for kyverno ready
run: |
kubectl wait --namespace kyverno --for=condition=ready pod --selector '!job-name' --timeout=60s
- name: Install CRDs
run: |
set -e
kubectl apply -f ./CRDs
- name: Test with kuttl
run: |
./.tools/kubectl-kuttl test ./${{ matrix.tests }} --config ./kuttl-test.yaml
1 change: 0 additions & 1 deletion kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ timeout: 90
parallel: 1
fullName: true
skipTestRegex: '_.+'
crdDir: ./CRDs

0 comments on commit 5707d28

Please sign in to comment.