Skip to content

Commit 8286781

Browse files
author
P4T12ICK
committed
fixes
1 parent 5549f08 commit 8286781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Run Molecule tests
3434
run: |
35-
molecule test -s ${{ matrix.scenario }}
35+
molecule test -s ${{ matrix.scenario }} -- -vv
3636
exit_code=$?
3737
if [ $exit_code -eq 4 ]; then
3838
echo "Molecule returned exit code 4 (some tasks failed but errors were ignored), treating as success"

0 commit comments

Comments
 (0)