Skip to content

Commit

Permalink
Check HShift 1
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 30, 2024
1 parent 94536cb commit 66c80e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompareScreenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: {}

jobs:
compare-screenshot-test:
runs-on: macos-latest
runs-on: ubuntu-latest
timeout-minutes: 20

permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ data class RoborazziOptions(
)

companion object {
val DefaultImageComparator = SimpleImageComparator(maxDistance = 0.007F)
val DefaultImageComparator = SimpleImageComparator(maxDistance = 0.007F, hShift = 1)
val DefaultResultValidator = ThresholdValidator(0F)
}
}
Expand Down

0 comments on commit 66c80e5

Please sign in to comment.