diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index fe2f32679c..3855f91aa5 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -443,6 +443,8 @@ jobs: shell: bash strategy: fail-fast: false + matrix: + job: [0, 1,] # Service containers to run with this job. Required for running tests services: diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index d2f1a66784..ff7a72a5e0 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -422,6 +422,8 @@ jobs: shell: bash strategy: fail-fast: false + matrix: + job: [0, 1,] # Service containers to run with this job. Required for running tests services: