Skip to content

Commit

Permalink
ci: Run release job only on release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed May 2, 2024
1 parent 021fb89 commit 015be46
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ internal class JUnit5RobolectricTestRunnerHelper private constructor(testClass:
runWithRobolectric {
robolectricTestRunner.runAfterTest(frameworkMethod, testMethod)
}
// runWithRobolectricParent {
robolectricTestRunner.runFinallyAfterTest(frameworkMethod)
// }
runWithRobolectricParent {
robolectricTestRunner.runFinallyAfterTest(frameworkMethod)
}
}
)
}
Expand Down

0 comments on commit 015be46

Please sign in to comment.