Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
Reenable java tests on windows
  • Loading branch information
aymanhab authored Aug 21, 2024
1 parent 6e1500b commit 43e4902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
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 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.
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 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.
Expand Down

0 comments on commit 43e4902

Please sign in to comment.