Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 12, 2022
1 parent 818aa73 commit 3063ecd
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,13 @@ jobs:
- name: Ensure go.mod is already tidied
run: go mod tidy && git diff --no-patch --exit-code

- name: Verify code patterns
run: hack/verify-code-patterns.sh

- name: Verify boilerplate
run: hack/verify-boilerplate.sh

- name: Run code lint
run: hack/run-lint.sh

- name: Run unit tests
run: go test -short ./...

- name: Make binaries && verify krew installation
run: hack/make-all.sh

- name: Ensure kubectl installed
run: hack/ensure-kubectl-installed.sh

- name: Verify installation
run: hack/verify-installation.sh

- name: Run integration tests
run: hack/run-integration-tests.sh

- name: Verify index migration from 0.3.x to 0.4.x
run: hack/verify-index-migration.sh

- name: Create a new release
if: contains(github.ref, 'tags')
id: create_release
uses: softprops/action-gh-release@v1
with:
name: Release ${{ github.ref }}
name: Release ${{ github.ref_name }}
files: out/krew*

0 comments on commit 3063ecd

Please sign in to comment.