diff --git a/.github/workflows/test-runner.yaml b/.github/workflows/test-runner.yaml index c5dd6e97..02388a3c 100644 --- a/.github/workflows/test-runner.yaml +++ b/.github/workflows/test-runner.yaml @@ -8,6 +8,7 @@ jobs: check-runners-host: timeout-minutes: 10 strategy: + fail-fast: false matrix: machine: [ ubuntu-20.04, ubuntu-22.04, e75, e150, e300, n150, n300 ] @@ -55,6 +56,7 @@ jobs: check-runners-docker: timeout-minutes: 10 strategy: + fail-fast: false matrix: machine: [ ubuntu-20.04, ubuntu-22.04, e75, e150, e300, n150, n300 ] image: [ tt-umd-ci-ubuntu-22.04, tt-umd-ci-ubuntu-20.04 ]