Integration testing

This commit is contained in:
David Stephens 2022-09-10 10:54:48 +01:00
parent c10fde5a5c
commit 69264a7256

View file

@ -26,6 +26,12 @@ jobs:
matrix:
role: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
steps:
- name: Dump env context
id: env_context_step
run: echo '${{ toJSON(env) }}'
- name: Dump GitHub context
id: github_context_step
run: echo '${{ toJSON(github) }}'
- name: Molecule
uses: gofrolist/molecule-action@v2
with: