From 0dd11ea0064d998d24745bd664812c14baba9505 Mon Sep 17 00:00:00 2001 From: Subhobrata Dey Date: Tue, 11 Jul 2023 23:39:31 +0000 Subject: [PATCH] [backport 2.x] Logtypes pr v2 Signed-off-by: Subhobrata Dey --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc8d312cd..c2ab4d407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,11 @@ jobs: os: [ ubuntu-latest, windows-latest, macos-latest ] include: - os: windows-latest - os_build_args: -x integTest -x jacocoTestReport + os_build_args: -x jacocoTestReport working_directory: X:\ os_java_options: -Xmx4096M - os: macos-latest - os_build_args: -x integTest -x jacocoTestReport + os_build_args: -x jacocoTestReport name: Build and Test security-analytics with JDK ${{ matrix.java }} on ${{ matrix.os }} runs-on: ${{ matrix.os }}