Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Try to get package integration test to run
Browse files Browse the repository at this point in the history
Signed-off-by: F. Gold <fgold@vmware.com>
  • Loading branch information
codegold79 committed Sep 13, 2022
1 parent a9f243c commit 7e0e6df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/package_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,7 @@ jobs:
make build-cli-local
make install-cli
make install-cli-plugins
E2E_CONFIG=$PWD/cmd/cli/plugin/package/test/config/package_plugin_config.yaml hack/tools/bin/ginkgo -v -trace -tags embedproviders cmd/cli/plugin/package/test
export PROJ_ROOT=$PWD
cd cmd/cli/plugin/package/test/
E2E_CONFIG=$PROJ_ROOT/cmd/cli/plugin/package/test/config/package_plugin_config.yaml $PROJ_ROOT/hack/tools/bin/ginkgo -v -trace -tags embedproviders .
cd $PROJ_ROOT

0 comments on commit 7e0e6df

Please # to comment.