Skip to content

Commit

Permalink
Merge pull request #3810 from opensim-org/java_ci_testing_patch
Browse files Browse the repository at this point in the history
Temporarily disable Java tests in CI
  • Loading branch information
nickbianco committed Jun 19, 2024
2 parents d33c213 + bee485f commit a9cfa28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a9cfa28

Please sign in to comment.