This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 32f29b98fc0472ec9b01f9e4886a1e6107ccf416 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Mon Dec 7 10:15:00 2020 +0100 chore(test): Run common e2e test suite in OpenShift GH workflow --- .github/workflows/openshift.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/openshift.yml b/.github/workflows/openshift.yml index 7502f0a..0b4d66a 100644 --- a/.github/workflows/openshift.yml +++ b/.github/workflows/openshift.yml @@ -163,4 +163,5 @@ jobs: oc login -u developer # Then run integration tests + make test-integration make test-builder