From b63605121c9ca04c22c3c955c23720229f5b8cea Mon Sep 17 00:00:00 2001 From: DavidAZimmerly <81576829+DavidAZimmerly@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:38:57 -0600 Subject: [PATCH] troubleshoot test --- .github/workflows/pull_request_merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_merge.yml b/.github/workflows/pull_request_merge.yml index 2c35cd1..6cf3c52 100644 --- a/.github/workflows/pull_request_merge.yml +++ b/.github/workflows/pull_request_merge.yml @@ -52,7 +52,7 @@ jobs: # Run Unit tests - name: Run Unit tests - run: ./gradlew test --info --stacktrace + run: ./gradlew test --info --stacktrace -Dkotlinx.coroutines.debug=true -Dorg.gradle.workers.max=1 - name: Archive Test Report if: failure() # Only upload if the test step fails