From 10580f3decffbf42f6f4a58b0cb750a1b847a498 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 8 Jun 2023 23:07:32 +0200 Subject: [PATCH] [CI] Fix test support --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 48e2b492..de118926 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -26,4 +26,4 @@ jobs: with: branch: 'main' verbose: ${{ inputs.verbose == 'true' }} - maven_threads: '0.5C' + mavenThreads: '0.5C'