File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
path : .cache/collection-tarballs
73
73
74
74
- name : Install the collection tarball
75
- run : ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz
75
+ run : ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz --no-cache
76
76
77
77
- name : Run sanity tests
78
78
run : ansible-test sanity --docker --python ${{matrix.python}} -v --color --truncate 0
@@ -109,7 +109,7 @@ jobs:
109
109
path : .cache/collection-tarballs
110
110
111
111
- name : Install the collection tarball
112
- run : ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz
112
+ run : ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz --no-cache
113
113
114
114
- name : Run DCNM Unit tests
115
115
run : coverage run --source=. -m pytest tests/unit/modules/dcnm/. -vvvv
You can’t perform that action at this time.
0 commit comments