From 9a58452142850ad1bbf48445901ab3d42fa5c93c Mon Sep 17 00:00:00 2001 From: Brian Botha Date: Mon, 26 Sep 2022 16:31:46 +1000 Subject: [PATCH] ci: temp disabling of most jest tests --- scripts/build-platforms-generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-platforms-generate.sh b/scripts/build-platforms-generate.sh index 1cdddd60e..39e1dca0b 100755 --- a/scripts/build-platforms-generate.sh +++ b/scripts/build-platforms-generate.sh @@ -57,7 +57,7 @@ EOF printf "\n" # Each test directory has its own job -for test_dir in tests/**/*/; do +for test_dir in tests/acl/**/*/; do test_files=("$test_dir"*.test.ts) if [ ${#test_files[@]} -eq 0 ]; then continue