Skip to content

Commit

Permalink
ci: temp disabling of most jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Sep 26, 2022
1 parent 724fd12 commit 9a58452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-platforms-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a58452

Please sign in to comment.