Skip to content

Commit

Permalink
Comment artifacts creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 9, 2024
1 parent be72e3a commit 2de0613
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,13 @@ jobs:
cd build
ctest -R "msh|vtk" -VV -C ${{ env.BUILD_TYPE }} -j ${{ env.NJOBS }}
- name: Archive production artifacts for tests
if: success() || failure()
uses: actions/upload-artifact@v2
with:
name: Mmg-tests
path: |
build/TEST_OUTPUTS
#- name: Archive production artifacts for tests
# if: success() || failure()
# uses: actions/upload-artifact@v2
# with:
# name: Mmg-tests
# path: |
# build/TEST_OUTPUTS

- name: Upload coverage to Codecov
#if: matrix.os == 'ubuntu-20.04'
Expand Down

0 comments on commit 2de0613

Please sign in to comment.