This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch azure-storage-blob-sink in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 8d0f499fdaecd1f019bdd1ab59c8ba3c80c8a377 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 25 14:28:35 2022 +0100 Azure Storage Blob Sink Kamelet: Add it-test to Makefile Signed-off-by: Andrea Cosentino <[email protected]> --- it-tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/it-tests/Makefile b/it-tests/Makefile index 9fbb1e05..5017f22c 100644 --- a/it-tests/Makefile +++ b/it-tests/Makefile @@ -41,6 +41,8 @@ all: ./timer-scp-it-test.sh $(camel-version) cd azure/azure-storage-blob/source/ && \ ./azure-storage-blob-log-it-test.sh $(camel-version) + cd azure/azure-storage-blob/sink/ && \ + ./timer-azure-storage-blob-it-test.sh $(camel-version) ./scripts/results.sh rm -rf tests aws: @@ -69,6 +71,8 @@ azure: mkdir -p tests cd azure/azure-storage-blob/source/ && \ ./azure-storage-blob-log-it-test.sh $(camel-version) + cd azure/azure-storage-blob/sink/ && \ + ./timer-azure-storage-blob-it-test.sh $(camel-version) ./scripts/results.sh rm -rf tests misc:
