Skip to content

Commit 9424c72

Browse files
committed
show error log
1 parent 8e4052f commit 9424c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- run: |
3737
ulimit -c unlimited
38-
./gradlew testDevDebugUnitTest testDebugUnitTest --stacktrace || cat Users/runner/work/conference-app-2024/conference-app-2024/feature/sessions/*.log
38+
./gradlew testDevDebugUnitTest testDebugUnitTest --stacktrace || cat /Users/runner/work/conference-app-2024/conference-app-2024/feature/sessions/*.log /cores/core*
3939
4040
# Saving cost
4141
# - run: ./gradlew koverHtmlReportDevDebug --stacktrace

0 commit comments

Comments
 (0)