diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 75765ba01..5914e7878 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -265,6 +265,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (1st) if: ${{ steps.test1_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags1 }} --last-failed --last-failed-no-failures=none @@ -292,6 +293,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (2nd) if: ${{ steps.test2_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags2 }} --last-failed --last-failed-no-failures=none @@ -590,6 +592,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (1st) if: ${{ steps.test1_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags1 }} --last-failed --last-failed-no-failures=none @@ -617,6 +620,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (2nd) if: ${{ steps.test2_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags2 }} --last-failed --last-failed-no-failures=none @@ -891,6 +895,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (1st) if: ${{ steps.test1_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags1 }} --last-failed --last-failed-no-failures=none @@ -918,6 +923,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (2nd) if: ${{ steps.test2_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags2 }} --last-failed --last-failed-no-failures=none @@ -1194,6 +1200,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (1st) if: ${{ steps.test1_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags1 }} --last-failed --last-failed-no-failures=none @@ -1221,6 +1228,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (2nd) if: ${{ steps.test2_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags2 }} --last-failed --last-failed-no-failures=none @@ -1496,6 +1504,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (1st) if: ${{ steps.test1_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags1 }} --last-failed --last-failed-no-failures=none @@ -1523,6 +1532,7 @@ jobs: ./run_mpi.sh ' + continue-on-error: true - name: Re-run test script failures (2nd) if: ${{ steps.test2_script.outcome == 'failure' }} run: 'yggtest --ci --cov-append ${{ matrix.test-flags2 }} --last-failed --last-failed-no-failures=none diff --git a/utils/test-install-base.yml b/utils/test-install-base.yml index cdc57d05e..15398c603 100644 --- a/utils/test-install-base.yml +++ b/utils/test-install-base.yml @@ -276,6 +276,7 @@ jobs: run: | yggtest --ci --cov-append ${{ matrix.test-flags1 }} ./run_mpi.sh + continue-on-error: true - name: Re-run test script failures (1st) if: ${{ steps.test1_script.outcome == 'failure' }} run: | @@ -295,6 +296,7 @@ jobs: run: | yggtest --ci --cov-append ${{ matrix.test-flags2 }} ./run_mpi.sh + continue-on-error: true - name: Re-run test script failures (2nd) if: ${{ steps.test2_script.outcome == 'failure' }} run: |