Skip to content

Commit

Permalink
show error log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamada-Ika committed Sep 30, 2024
1 parent 8e4052f commit 9424c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- run: |
ulimit -c unlimited
./gradlew testDevDebugUnitTest testDebugUnitTest --stacktrace || cat Users/runner/work/conference-app-2024/conference-app-2024/feature/sessions/*.log
./gradlew testDevDebugUnitTest testDebugUnitTest --stacktrace || cat /Users/runner/work/conference-app-2024/conference-app-2024/feature/sessions/*.log /cores/core*
# Saving cost
# - run: ./gradlew koverHtmlReportDevDebug --stacktrace
Expand Down

0 comments on commit 9424c72

Please sign in to comment.