From 43e4902d1a2b700035542d8be427edd3209f704a Mon Sep 17 00:00:00 2001 From: Ayman Habib Date: Wed, 21 Aug 2024 09:26:32 -0700 Subject: [PATCH] Update continuous_integration.yml Reenable java tests on windows --- .github/workflows/continuous_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index f8c222f5d7..b6a9327678 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -235,7 +235,7 @@ jobs: - name: Test opensim-core run: | chdir $env:GITHUB_WORKSPACE\\build - ctest --parallel 4 --output-on-failure --build-config Release -E Java_* + ctest --parallel 4 --output-on-failure --build-config Release - name: Install opensim-core # TODO: This is where we wish to do the installing, but it's done above for now. @@ -343,7 +343,7 @@ jobs: - name: Test opensim-core run: | chdir $env:GITHUB_WORKSPACE\\build - ctest --parallel 4 --output-on-failure --build-config Release -E Java_* + ctest --parallel 4 --output-on-failure --build-config Release - name: Install opensim-core # TODO: This is where we wish to do the installing, but it's done above for now.