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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]