diff --git a/.github/workflows/main-job.yml b/.github/workflows/main-job.yml index 6a417596a..b16f5a0fd 100644 --- a/.github/workflows/main-job.yml +++ b/.github/workflows/main-job.yml @@ -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'