lburgazzoli commented on a change in pull request #423:
URL: https://github.com/apache/camel-kamelets/pull/423#discussion_r670210774



##########
File path: .github/workflows/test.yaml
##########
@@ -87,8 +112,16 @@ jobs:
         echo "Configuring Yaks"
         yaks install
 
+    - name: Run Tests
+      run: |
+        # Configure install options
+        export KAMEL_INSTALL_BUILD_PUBLISH_STRATEGY=Spectrum
+        export KAMEL_INSTALL_REGISTRY=$KIND_REGISTRY
+        export KAMEL_INSTALL_REGISTRY_INSECURE=true
+
         echo "Running tests"
-        yaks test ./test
+        yaks run --logs --wait ./test

Review comment:
       yeah, it was an attempt to see if for some reason the cli was not 
working as expected
   btw, yaks test does not seems to exists as a sub-command is that correct ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to