Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh committed Apr 21, 2024
1 parent b64bc1c commit d4ba539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/move_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4ba539

Please sign in to comment.