diff --git a/.github/workflows/move_test.yml b/.github/workflows/move_test.yml index 53858b00..f886ca0a 100644 --- a/.github/workflows/move_test.yml +++ b/.github/workflows/move_test.yml @@ -22,7 +22,7 @@ jobs: - name: Run move tests in all package subdirectories, with exclusions run: | - exclude_dirs=("day_one") # Add excluded directories to this array + exclude_dirs=() # Add excluded directories to this array for dir in packages/*; do dir_name=$(basename "$dir") if [[ ! " ${exclude_dirs[@]} " =~ " ${dir_name} " ]] && [ -d "$dir" ]; then