From b9b3f08614a5d350cd66b5d457c5ded648877f6c Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Wed, 8 Jan 2025 18:37:42 +0900 Subject: [PATCH] fix: the condition to contiue-on-error --- .github/workflows/build_test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 2b947635..638a5bbe 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -301,7 +301,7 @@ jobs: # test the project test: runs-on: ${{ matrix.backend.runner }} - continue-on-error: ${{ matrix.unstable }} + continue-on-error: ${{ matrix.backend.unstable }} needs: - check_docker_files @@ -311,10 +311,9 @@ jobs: if: ${{ ! cancelled() && needs.build.result == 'success' }} strategy: - fail-fast: false matrix: - unstable: [false] backend: + unstable: [false] # run CUDA tests on Ruche supercomputer with Singularity - name: cuda image: nvcc