Skip to content

Commit

Permalink
Enable nightly artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Sep 21, 2023
1 parent 8f253fb commit d248819
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ jobs:
export PYTHONPATH=${PYTHONPATH}:${GITHUB_WORKSPACE}/bin/${KRATOS_BUILD_TYPE}
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GITHUB_WORKSPACE}/bin/${KRATOS_BUILD_TYPE}/libs
python3 kratos/python_scripts/testing/run_python_mpi_tests.py -l mpi_nightly -n 4
- uses: actions/upload-artifact@v3
with:
name: Nightly-Ubuntu
path: ${GITHUB_WORKSPACE}/bin/${KRATOS_BUILD_TYPE}


windows-nightly:
Expand Down Expand Up @@ -170,3 +175,8 @@ jobs:
export PYTHONPATH=${PYTHONPATH}:${GITHUB_WORKSPACE}/bin/Custom
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GITHUB_WORKSPACE}/bin/Custom/libs
python3.8 kratos/python_scripts/testing/run_tests.py -l nightly -c python3.8
- uses: actions/upload-artifact@v3
with:
name: Nightly-Windows
path: ${GITHUB_WORKSPACE}/bin/Custom

0 comments on commit d248819

Please sign in to comment.