Skip to content

Commit dc97dd7

Browse files
committed
Test with the other packages
1 parent 6c8477f commit dc97dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ teardown_test_package() {
751751
}
752752

753753
list_all_directories() {
754-
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -v -E 'aws$|zeek|network_traffic|amazon_security_lake|aws_bedrock|aws_logs|canva|cisco_umbrella|crowdstrike|imperva_cloud_waf|sentinel_one_cloud_funnel|sublime_security|symantec_endpoint_security|trellix_edr_cloud'
754+
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -E 'aws$|zeek|network_traffic|amazon_security_lake|aws_bedrock|aws_logs|canva|cisco_umbrella|crowdstrike|imperva_cloud_waf|sentinel_one_cloud_funnel|sublime_security|symantec_endpoint_security|trellix_edr_cloud'
755755
}
756756

757757
check_package() {

0 commit comments

Comments
 (0)