Skip to content

Commit

Permalink
Merge pull request #85 from agrare/use_matrix_cross_repo_workflow
Browse files Browse the repository at this point in the history
Add matrix to reusable workflow
  • Loading branch information
Fryguy committed Feb 9, 2022
2 parents ae3855a + 94661db commit 4c94a43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/manageiq_cross_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 4c94a43

Please sign in to comment.