Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Feb 1, 2024
1 parent b8465ac commit c266416
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_release_snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Run tests and publish snapshot

on:
push:
branches: [ trunk ]
pull_request:
#on:
# push:
# branches: [ trunk ]
# pull_request:

jobs:
checks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ class SwipeableActionsBoxTest {
val boxWidth = maxWidth
Column(verticalArrangement = Arrangement.spacedBy(16.dp)) {
val actions = listOf(
snooze.copy(weight = 0.4),
replyAll.copy(weight = 0.6)
snooze.copy(weight = 0.4, background = Color.Red),
replyAll.copy(weight = 0.6, background = Color.Cyan)
)

SwipeableActionsBox(
Expand Down

0 comments on commit c266416

Please sign in to comment.