-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix failed test #797
base: main
Are you sure you want to change the base?
fix failed test #797
Changes from 1 commit
7a5f32c
808eb1f
c829f31
7f6a43c
3d5a1c4
c871954
fceca5f
3d3a17c
4aad875
42e30e6
1b0e1ae
b431cc0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,12 @@ jobs: | |
|
||
- run: ./gradlew testDevDebugUnitTest testDebugUnitTest --stacktrace | ||
|
||
- run: | | ||
./gradlew \ | ||
:core:data:iosSimulatorArm64Test \ | ||
:core:model:iosSimulatorArm64Test \ | ||
--stacktrace | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks! The - run: ./gradlew \
testDevDebugUnitTest \
testDebugUnitTest \
:core:data:iosSimulatorArm64Test \
:core:model:iosSimulatorArm64Test \
--stacktrace There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, CI failed 🙇 |
||
|
||
# Saving cost | ||
# - run: ./gradlew koverHtmlReportDevDebug --stacktrace | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I apologize for delay. 🙇
There were another module for which iOS tests were not being run, so I specified them.
I am not similar with Gradle syntax, but is this acceptable?