Skip to content

Commit 74c0513

Browse files
committed
Remove operator-sdk install from integration tests
Integration tests don't need the operator-sdk binary to run. Remove the install operator-sdk step to improve performance.
1 parent 2d617b2 commit 74c0513

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
go-version: ${{ matrix.go-version }}
3636
- name: Check out code
3737
uses: actions/checkout@v2
38-
- name: Install operator-sdk
39-
run: make install-operator-sdk
4038
- name: Install kubectl
4139
uses: azure/setup-kubectl@v1
4240
with:

0 commit comments

Comments
 (0)