Skip to content

Commit

Permalink
do not run cpp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Sep 2, 2024
1 parent 656fb69 commit 2a29189
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ jobs:
python kratos/python_scripts/testing/ci_utilities.py
configure.cmd
- name: Running C++ tests
shell: cmd
run: |
set PYTHONPATH=%PYTHONPATH%;%GITHUB_WORKSPACE%/bin/%KRATOS_BUILD_TYPE%
set PATH=%PATH%;%GITHUB_WORKSPACE%/bin/%KRATOS_BUILD_TYPE%/libs
python kratos/python_scripts/testing/run_cpp_tests.py
- name: Running python tests
shell: cmd
run: |
Expand Down Expand Up @@ -137,13 +130,6 @@ jobs:
echo Failed with error #%errorlevel%.
exit /b %errorlevel%
- name: Running C++ tests
shell: cmd
run: |
set PYTHONPATH=%PYTHONPATH%;%GITHUB_WORKSPACE%/bin/%KRATOS_BUILD_TYPE%
set PATH=%PATH%;%GITHUB_WORKSPACE%/bin/%KRATOS_BUILD_TYPE%/libs
python kratos/python_scripts/testing/run_cpp_tests.py
- name: Running python tests
shell: cmd
run: |
Expand Down

0 comments on commit 2a29189

Please sign in to comment.