Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-dhumal committed Jan 23, 2024
1 parent 6c92966 commit eac64e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- name: Test
run: |
pwd
echo "KUBEBUILDER_ASSETS : $KUBEBUILDER_ASSETS"
echo "USE_EXISTING_CLUSTER : $USE_EXISTING_CLUSTER"
Expand Down
3 changes: 2 additions & 1 deletion functional-tests/appwrapper_reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ func startEnvTest(t *testing.T) *envtest.Environment {
//specify testEnv configuration
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{
filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "project-codeflare", "[email protected]", "config", "crd", "bases"),
filepath.Join("..", "config", "crd", "bases"),
filepath.Join(build.Default.GOROOT, "pkg", "mod", "github.com", "project-codeflare", "[email protected]", "config", "crd", "bases"),
filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "openshift", "[email protected]", "machine", "v1beta1"),
},
ErrorIfCRDPathMissing: true,
Expand Down

0 comments on commit eac64e6

Please sign in to comment.