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 c10fde5 commit 69264a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 69264a7

Please sign in to comment.