Skip to content

Commit abf06dd

Browse files
Update main.yml
1 parent 5786915 commit abf06dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
path: .cache/collection-tarballs
7373

7474
- 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
7676

7777
- name: Run sanity tests
7878
run: ansible-test sanity --docker --python ${{matrix.python}} -v --color --truncate 0
@@ -109,7 +109,7 @@ jobs:
109109
path: .cache/collection-tarballs
110110

111111
- 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
113113

114114
- name: Run DCNM Unit tests
115115
run: coverage run --source=. -m pytest tests/unit/modules/dcnm/. -vvvv

0 commit comments

Comments
 (0)