Skip to content

Commit 86033c8

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Pass CPU and Memory config to minikube to ensure better stability
Signed-off-by: Jakub Stejskal <[email protected]>
1 parent 83a9ec3 commit 86033c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-system-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ jobs:
276276
############################################################################
277277
- name: Run systemtests
278278
run: |
279+
eval $(minikube docker-env)
279280
mvn -f systemtest/pom.xml verify \
280281
-P"${PROFILE}" \
281282
-DexcludedGroups="flaky,loadbalancer,networkpolicies,${EXCLUDED_GROUPS}" \

0 commit comments

Comments
 (0)