You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/07/15 07:35:50 UTC

[GitHub] [camel-kamelets] lburgazzoli commented on a change in pull request #423: ci: tweak test workflow

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org