This is an automated email from the ASF dual-hosted git repository.

cdeppisch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 751c07441f5ec715e7aaa514bb5ef4bfa73ce384
Author: Christoph Deppisch <cdeppi...@redhat.com>
AuthorDate: Wed Aug 23 10:58:17 2023 +0200

    chore(test): Run YAKS tests with Camel 4.0.0
---
 .github/workflows/yaks-tests.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/yaks-tests.yaml 
b/.github/workflows/yaks-tests.yaml
index 45993413..627d5821 100644
--- a/.github/workflows/yaks-tests.yaml
+++ b/.github/workflows/yaks-tests.yaml
@@ -42,7 +42,7 @@ concurrency:
 
 env:
   YAKS_VERSION: 0.15.1
-  YAKS_RUN_OPTIONS: "--timeout=15m --local -e YAKS_CAMELK_MAX_ATTEMPTS=10 -e 
YAKS_JBANG_CAMEL_VERSION=4.0.0-M1 -e 
YAKS_JBANG_KAMELETS_LOCAL_DIR=../../../kamelets -e 
YAKS_CAMELK_KAMELET_API_VERSION=v1alpha1"
+  YAKS_RUN_OPTIONS: "--timeout=15m --local -e YAKS_CAMELK_MAX_ATTEMPTS=10 -e 
YAKS_JBANG_CAMEL_VERSION=4.0.0 -e 
YAKS_JBANG_KAMELETS_LOCAL_DIR=../../../kamelets -e 
YAKS_CAMELK_KAMELET_API_VERSION=v1alpha1"
 
 jobs:
   test:

Reply via email to