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 29, 2024
1 parent a06d652 commit 8e4052f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
name: event-payload
path: ${{ github.event_path }}

- run: ulimit -c unlimited

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

0 comments on commit 8e4052f

Please sign in to comment.