Skip to content

Commit

Permalink
Add CRDs installation to integration-tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
assafad1 committed Oct 20, 2024
1 parent e28a558 commit 758a3cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Load the controller-manager image into Kind
run: |
kind load docker-image ${{ env.IMG }} --name chart-testing
- name: Install CRDs
run: make install
- name: Deploy the controller-manager
run: |
make deploy
Expand Down

0 comments on commit 758a3cf

Please sign in to comment.