From 5a9fc1c24307a45caaf997d28318673d5e545c04 Mon Sep 17 00:00:00 2001 From: tylertitsworth Date: Tue, 9 Jul 2024 15:46:48 -0700 Subject: [PATCH] return import step Signed-off-by: tylertitsworth --- AudioQnA/tests/tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AudioQnA/tests/tests.yaml b/AudioQnA/tests/tests.yaml index 585f215bc..7e11647eb 100644 --- a/AudioQnA/tests/tests.yaml +++ b/AudioQnA/tests/tests.yaml @@ -2,3 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # https://github.com/intel/ai-containers/tree/main/test-runner +import-comps: + img: ${REGISTRY}/audioqna:${GITHUB_RUN_NUMBER:-0} + cmd: python -c "from comps import AudioQnAGateway, MicroService, ServiceOrchestrator, ServiceType" + entrypoint: ""