Skip to content

Commit

Permalink
Remove operator-sdk install from integration tests
Browse files Browse the repository at this point in the history
Integration tests don't need the operator-sdk binary to run.
Remove the install operator-sdk step to improve performance.
  • Loading branch information
adambkaplan committed Jan 22, 2021
1 parent 2d617b2 commit 74c0513
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Check out code
uses: actions/checkout@v2
- name: Install operator-sdk
run: make install-operator-sdk
- name: Install kubectl
uses: azure/setup-kubectl@v1
with:
Expand Down

0 comments on commit 74c0513

Please sign in to comment.