Skip to content

Commit 8b44fff

Browse files
build(deps): bump gradle/actions from 4 to 5 in /.github/actions/android-build (#84)
* build(deps): bump gradle/actions in /.github/actions/android-build Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * SimListActivityTest: fix failing screenshot tests *small oversight* Need to set fixed system time when using LocalTime.now() in screenshot tests. * Update golden screenshots for Roborazzi tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: iusmac <[email protected]>
1 parent 60123a2 commit 8b44fff

File tree

18 files changed

+5
-1
lines changed

18 files changed

+5
-1
lines changed

.github/actions/android-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: SettingsLibs cache warm up
3131
uses: ./.github/actions/settingslibs-cache-warm-up
3232
- name: Set up Gradle cache
33-
uses: gradle/actions/setup-gradle@v4
33+
uses: gradle/actions/setup-gradle@v5
3434
- name: Build with Gradle
3535
shell: bash
3636
env:

tests/test/java/com/github/iusmac/sevensim/ui/sim/SimListActivityTest.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ class SimListActivityTest {
442442
withTimeout(5.seconds) { insertJob.await() }
443443
}
444444

445+
mSystemTimeProvider.mutate().setNow(MONDAY_11_50_55PM)
446+
445447
onActivity {
446448
// Ensure ViewModel finished updating UI before capturing the initial state
447449
waitActivityWorkerThreadUntilIdle()
@@ -475,6 +477,8 @@ class SimListActivityTest {
475477
withTimeout(5.seconds) { insertJob.await() }
476478
}
477479

480+
mSystemTimeProvider.mutate().setNow(MONDAY_11_50_55PM)
481+
478482
onActivity {
479483
// Ensure ViewModel finished updating UI before capturing the initial state
480484
waitActivityWorkerThreadUntilIdle()
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)