Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into takahirom/add-describ…
Browse files Browse the repository at this point in the history
…e-tests-based-on-describe-spec/2024-06-25
  • Loading branch information
takahirom committed Jul 6, 2024
2 parents a072e09 + d3f9855 commit eb095e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/screenshot-comparison-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
BRANCH_NAME: companion_${{ github.event.workflow_run.head_branch }}
run: |
# Find all the files ending with _compare.png
files_to_add=$(find . -type f -name "*_compare.png")
mapfile -t files_to_add < <(find . -type f -name "*_compare.png")
# Check for invalid file names and add only valid ones
for file in $files_to_add; do
Expand Down

0 comments on commit eb095e3

Please sign in to comment.