Skip to content

Commit

Permalink
Merge pull request #52 from DroidKaigi/takahirom/test-screenshot-test…
Browse files Browse the repository at this point in the history
…-ci/2024-06-15

Test CI
  • Loading branch information
takahirom authored Jun 15, 2024
2 parents 378357c + 87fe4f6 commit 08f1617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/screenshot-comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
permissions:
contents: read # for clone
actions: write # for upload-artifact
checks: read # for wait-on-check-action

steps:
- name: Checkout for getting base branch HEAD commit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private fun TimetableScreen(
Button(
modifier = Modifier.testTag(TimetableUiTypeChangeButtonTestTag),
onClick = { onTimetableUiChangeClick() }) {
Text("Change UiType")
Text("Change UiType!")
}
}
},
Expand Down

0 comments on commit 08f1617

Please sign in to comment.