We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3da7c1 commit 1785149Copy full SHA for 1785149
.github/workflows/scripts/get_test_matrix.sh
@@ -30,7 +30,7 @@ function find_test_1() {
30
service=$pre_service/$service
31
if [[ $(ls ${service} | grep -E "Dockerfile*") ]]; then
32
service_name=$(echo $service | tr '/' '_' | cut -c7-) # comps/dataprep/redis/langchain -> dataprep_redis_langchain
33
- default_service_script_path=$(find ./tests -type f -name test_${service_name}*.sh) || true
+ default_service_script_path=$(find ./tests -type f -name test_${service_name}.sh) || true
34
if [ "$default_service_script_path" ]; then
35
run_matrix="${run_matrix}{\"service\":\"${service_name}\",\"hardware\":\"intel_cpu\"},"
36
fi
0 commit comments