Skip to content

Commit

Permalink
Force --refresh-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed May 25, 2023
1 parent 6d83a32 commit 37726eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- name: Check spotless
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache

- name: Build all build type and flavor permutations
run: ./gradlew assemble --refresh-dependencies

- name: Check lint
run: ./gradlew lintDemoDebug

- name: Build all build type and flavor permutations
run: ./gradlew assemble

- name: Run local tests
run: ./gradlew testDemoDebug testProdDebug

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class NiaAppStateTest {
@Composable
private fun rememberTestNavController(): TestNavHostController {
val context = LocalContext.current
val navController = remember {
val navController: TestNavHostController = remember {
TestNavHostController(context).apply {
navigatorProvider.addNavigator(ComposeNavigator())
graph = createGraph(startDestination = "a") {
Expand Down

0 comments on commit 37726eb

Please sign in to comment.