mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 00:17:10 +00:00
Pin integration test molecule to correct version
This commit is contained in:
parent
3c33a98d9e
commit
e94016b06c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Molecule Test
|
||||
uses: gofrolist/molecule-action@v2.3.4
|
||||
uses: gofrolist/molecule-action@v2.3.1
|
||||
with:
|
||||
molecule_options: --base-config ../../tests/molecule/base.yml
|
||||
molecule_command: test
|
||||
|
|
Loading…
Reference in a new issue