Skip to content

Commit

Permalink
Integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Sep 10, 2022
1 parent 742f781 commit 8571db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
run: "tests/github-test-matrix.sh"

test:
name: Test
name: "Test ${{ matrix.role }}"
needs: generate-matrix
runs-on: ubuntu-latest
strategy:
matrix:
role: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
steps:
steps:
- name: Molecule
uses: gofrolist/molecule-action@v2
with:
molecule_options: --base-config ../../tests/molecule/base.yml
molecule_command: test
molecule_working_dir: ./roles/${{ matrix.role }}
molecule_working_dir: ./${{ matrix.role }}
env:
ANSIBLE_FORCE_COLOR: '1'

0 comments on commit 8571db9

Please sign in to comment.