Skip to content

Commit

Permalink
More integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Sep 10, 2022
1 parent 8571db9 commit e23d196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
molecule_options: --base-config ../../tests/molecule/base.yml
molecule_command: test
molecule_working_dir: ./${{ matrix.role }}
molecule_working_dir: ${{ matrix.role }}
env:
ANSIBLE_FORCE_COLOR: '1'

0 comments on commit e23d196

Please sign in to comment.