diff --git a/.github/workflows/manageiq_cross_repo.yaml b/.github/workflows/manageiq_cross_repo.yaml index a8f1c6d..7e0234e 100644 --- a/.github/workflows/manageiq_cross_repo.yaml +++ b/.github/workflows/manageiq_cross_repo.yaml @@ -15,10 +15,11 @@ on: jobs: ci: - name: Run manageiq-cross_repo runs-on: ubuntu-latest strategy: fail-fast: false + matrix: + test-repo: ${{ fromJson(inputs.test-repo) }} services: postgres: image: manageiq/postgresql:10 @@ -32,7 +33,7 @@ jobs: env: TEST_SUITE: ${{ inputs.test-suite }} REPOS: ${{ inputs.repos }} - TEST_REPO: ${{ inputs.test-repo }} + TEST_REPO: ${{ matrix.test-repo }} PGHOST: localhost PGPASSWORD: smartvm steps: