Skip to content

Commit

Permalink
fix helm test
Browse files Browse the repository at this point in the history
  • Loading branch information
helderjs committed Oct 5, 2023
1 parent 61dcd25 commit d0edacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
run: |
kubectl version
- name: Install CRDs if needed
if: ${{ !( matrix.test == 'helm-update' || matrix.test == 'helm-wide' || matrix.test == 'bundle-test' ) }}
if: ${{ !( matrix.test == 'helm-update' || matrix.test == 'helm-wide' || matrix.test == 'helm-ns' || matrix.test == 'bundle-test' ) }}
run: |
kubectl apply -f deploy/crds
- name: Run e2e test
Expand Down

0 comments on commit d0edacb

Please sign in to comment.