Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sujeet01 committed Oct 24, 2024
1 parent 7311629 commit 1103bf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Download k8s.io/code-generator
run: |
CODE_GEN_VERSION=$(go list -m -f '{{.Version}}' k8s.io/code-generator)
go get k8s.io/code-generator@$CODE_GEN_VERSION
echo "CODE_GEN_DIR=$(go list -m -f '{{.Dir}}' k8s.io/code-generator)" >> $GITHUB_ENV
- name: Run make generate
run: make generate
- name: Compare the expected and actual generated/* directories
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,5 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Download k8s.io/code-generator
run: |
CODE_GEN_VERSION=$(go list -m -f '{{.Version}}' k8s.io/code-generator)
go get k8s.io/code-generator@$CODE_GEN_VERSION
echo "CODE_GEN_DIR=$(go list -m -f '{{.Dir}}' k8s.io/code-generator)" >> $GITHUB_ENV
- name: Run make test
run: make test

0 comments on commit 1103bf4

Please sign in to comment.