From 5378bd6d737a6da741dfcc7ef284f2461f6f03d1 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Tue, 14 Jan 2025 01:04:27 +0530 Subject: [PATCH] Removed daemon --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e2e5fd5..34e438ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,6 @@ jobs: - uses: ./.github/actions/setup - - run: ./gradlew clean test jacocoTestReport lint --continue --console=plain --max-workers=1 --no-daemon + - run: ./gradlew clean test jacocoTestReport lint --continue --console=plain --max-workers=1 - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@4.5.0