diff --git a/.github/common-actions/e2e-test/action.yaml b/.github/common-actions/e2e-test/action.yaml index f58a388..ecf8203 100644 --- a/.github/common-actions/e2e-test/action.yaml +++ b/.github/common-actions/e2e-test/action.yaml @@ -42,7 +42,7 @@ runs: working-directory: /tmp/operator-builder-test run: | make controller-gen && make kustomize - chmod +x bin/controller-gen && chmod +x bin/kustomize + chmod +x bin/* make install - name: Build Container