mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
Integration testing
This commit is contained in:
parent
c10fde5a5c
commit
69264a7256
1 changed files with 6 additions and 0 deletions
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue