forked from davestephens/ansible-nas
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin integration test molecule to correct version
- Loading branch information
1 parent
3c33a98
commit e94016b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Molecule Test | ||
uses: gofrolist/[email protected].4 | ||
uses: gofrolist/[email protected].1 | ||
with: | ||
molecule_options: --base-config ../../tests/molecule/base.yml | ||
molecule_command: test | ||
|