mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-24 01:54:12 +00:00
Add initial e2e/integration for placeManifestWork (#180)
Signed-off-by: Jian Qiu <jqiu@redhat.com>
This commit is contained in:
3
.github/workflows/go-presubmit.yml
vendored
3
.github/workflows/go-presubmit.yml
vendored
@@ -12,6 +12,7 @@ env:
|
||||
GO_VERSION: '1.19'
|
||||
GO_REQUIRED_MIN_VERSION: ''
|
||||
GOPATH: '/home/runner/work/work/work/go'
|
||||
IMAGEBUILDER_VERSION: '1.2.3'
|
||||
defaults:
|
||||
run:
|
||||
working-directory: go/src/open-cluster-management.io/work
|
||||
@@ -111,7 +112,7 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
- name: install imagebuilder
|
||||
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.3
|
||||
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v${{ env.IMAGEBUILDER_VERSION }}
|
||||
- name: images
|
||||
run: make images
|
||||
- name: setup kind
|
||||
|
||||
Reference in New Issue
Block a user