diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index dbf87c5266..f8c222f5d7 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -94,7 +94,7 @@ jobs: - name: Test opensim-core run: | chdir $env:GITHUB_WORKSPACE\\build - ctest --parallel 4 --output-on-failure --build-config Release -E python* + 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. @@ -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 python* + ctest --parallel 4 --output-on-failure --build-config Release -E Java_* - 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 python* + ctest --parallel 4 --output-on-failure --build-config Release -E Java_* - name: Install opensim-core # TODO: This is where we wish to do the installing, but it's done above for now.