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:32:21 UTC

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

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



##########
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:
       Does not seem to wait...
   ```suggestion
           yaks test ./test
   ```




-- 
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