Skip to content

Commit

Permalink
troubleshoot test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAZimmerly committed Jan 6, 2025
1 parent d1507ca commit 25db190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Run Unit tests
- name: Run Unit tests
run: ./gradlew test
run: ./gradlew test --info --stacktrace -Dkotlinx.coroutines.debug=true -Dorg.gradle.workers.max=1

- name: Run Gradle Jacoco Report
run: ./gradlew jacocoTestReport
Expand Down

0 comments on commit 25db190

Please sign in to comment.