diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3e35f21e2..a62fad944 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,8 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: - - ubuntu-20.04 + os: [ ubuntu-20.04 ] runs-on: ${{ matrix.os }} env: CI_BUILD_STAGE_NAME: build @@ -64,22 +63,11 @@ jobs: strategy: fail-fast: false matrix: - os: - - ubuntu-20.04 + os: [ ubuntu-20.04 ] test: - vlt- - vltmt- - num: - - 0 - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 + num: [ 0 1 2 3 4 5 6 7 8 9 ] include: - { test: dist, num: '' } runs-on: ${{ matrix.os }}