Skip to content

Commit

Permalink
Merge pull request #1221 from iawia002/verify-codegen
Browse files Browse the repository at this point in the history
Make verify-codegen.sh script works properly on GitHub Action
  • Loading branch information
karmada-bot committed Jan 7, 2022
2 parents 7323ead + fc20a6c commit b1a2914
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@ jobs:
codegen:
name: codegen
runs-on: ubuntu-18.04
env:
GOPATH: ${{ github.workspace }}
defaults:
run:
working-directory: ${{ env.GOPATH }}/src/github.com/karmada-io/karmada
steps:
- name: checkout code
uses: actions/checkout@v2
with:
path: ${{ env.GOPATH }}/src/github.com/karmada-io/karmada
- name: install Go
uses: actions/setup-go@v2
with:
Expand Down
28 changes: 28 additions & 0 deletions pkg/apis/work/v1alpha2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1a2914

Please sign in to comment.