Run Operator Hub integration tests on IBMKubernetes cluster (#5307)

This commit is contained in:
Philippe Martin
2021-12-21 11:12:20 +01:00
committed by GitHub
parent 34d142b43a
commit 9b06e01a3d

View File

@@ -13,6 +13,7 @@ cleanup_namespaces
set -e
make install
make test-integration-devfile
make test-operator-hub
make test-e2e-devfile
make test-cmd-project
) |& tee "/tmp/${LOGFILE}"