From cb01eecf229243a1c457dd9cc6028ee1ac8edd58 Mon Sep 17 00:00:00 2001 From: John Bedell Date: Thu, 19 Dec 2024 13:52:37 -0500 Subject: [PATCH] blah --- .github/workflows/GHA-Unit-Tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GHA-Unit-Tests.yaml b/.github/workflows/GHA-Unit-Tests.yaml index d468511c28..4ae4e4c5f4 100644 --- a/.github/workflows/GHA-Unit-Tests.yaml +++ b/.github/workflows/GHA-Unit-Tests.yaml @@ -45,7 +45,7 @@ jobs: - name: Run unit tests that do not require a forked JVM (attempt 1) id: run_tests_1 - continue-on-error: true +# continue-on-error: true timeout-minutes: 20 run: ./gradlew $GRADLE_OPTIONS test -x :functional_test:test -x :newrelic-scala3-api:test -x :newrelic-scala-api:test -x :newrelic-scala-cats-api:test -x :newrelic-cats-effect3-api:test -x :newrelic-scala-monix-api:test -x :newrelic-scala-zio-api:test -x :newrelic-scala-zio2-api:test -Ptest8 -PnoInstrumentation -PnonForkedTests --continue