From ce67fefa241703fa7a501f40b019044bb9146054 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 4 Nov 2024 22:09:47 +0100 Subject: [PATCH] tmp + wip --- .github/workflows/operator.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/operator.yaml b/.github/workflows/operator.yaml index c295e18685..074598190b 100644 --- a/.github/workflows/operator.yaml +++ b/.github/workflows/operator.yaml @@ -83,7 +83,7 @@ jobs: - name: Build and run local tests on Minikube run: | cd operator - make BUILD_OPTS="--no-transfer-progress" build + make BUILD_OPTS="--no-transfer-progress" SKIP_TESTS=true build - name: Build and publish temporary operator image run: | @@ -100,6 +100,11 @@ jobs: cd operator make catalog + - name: Generate install file (for the remote tests) + run: | + cd operator + make dist-install-file + - name: Run remote tests on Minikube run: | cd operator