Skip to content

Commit

Permalink
Merge pull request #266 from DroidKaigi/takahirom/use-roborazzi-1.4.0…
Browse files Browse the repository at this point in the history
…-alpha-5/2023-07-15

Use Roborazzi 1.4.0-alpha-5
  • Loading branch information
takahirom authored Jul 15, 2023
2 parents bdbe2da + 4803827 commit 9b1f3bd
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 @@ -44,7 +44,7 @@ jobs:
- name: compare screenshot test
id: compare-screenshot-test
run: |
./gradlew compareRoborazziDebug --stacktrace --rerun-tasks -Proborazzi.test.compare=true -Proborazzi.test.record=false -Pscreenshot
./gradlew compareRoborazziDebug --stacktrace --rerun-tasks -Pscreenshot
- uses: actions/upload-artifact@v3
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dagger = "2.46.1"
spotless = "6.19.0"
ktlint = "0.49.1"
kotlinxSerialization = "1.5.1"
roborazzi = "1.4.0-alpha-4"
roborazzi = "1.4.0-alpha-5"
showkase = "1.0.0-beta17"
ksp = "1.8.22-1.0.11"

Expand Down

0 comments on commit 9b1f3bd

Please sign in to comment.