Skip to content

Commit

Permalink
fix: update Location bar component tests and update CI (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy authored Nov 19, 2024
1 parent 60cf639 commit 0ce9216
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ on:
branches:
- main
- develop
- release/*
pull_request:
branches:
- main
- develop

- release/*
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class LocationBarButtonSnapshotTest {
onClearLocation = {},
onSearchLocation = {},
onLocationSelected = {},
searching = false,
)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class LocationBarSearchSnapshotTest {
onClearLocation = {},
onSearchLocation = {},
onLocationSelected = {},
searching = false,
)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class LocationSearchBarTest {
onClearLocation = {},
onSearchLocation = {},
onLocationSelected = {},
searching = false,
)
}

Expand Down Expand Up @@ -60,6 +61,7 @@ class LocationSearchBarTest {
onClearLocation = {},
onSearchLocation = {},
onLocationSelected = {},
searching = false,
)
}

Expand Down Expand Up @@ -97,6 +99,7 @@ class LocationSearchBarTest {
items = listOf()
},
onLocationSelected = {},
searching = false,
)
}

Expand Down Expand Up @@ -144,6 +147,7 @@ class LocationSearchBarTest {
)
},
onLocationSelected = {},
searching = false,
)
}

Expand Down Expand Up @@ -192,6 +196,7 @@ class LocationSearchBarTest {
)
},
onLocationSelected = {},
searching = false,
)
}

Expand Down

0 comments on commit 0ce9216

Please sign in to comment.