Skip to content

Commit 50eb6c0

Browse files
author
P4T12ICK
committed
verbose
1 parent 3feb2bf commit 50eb6c0

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 }} -vvv
35+
molecule test -s ${{ matrix.scenario }} -- -vvv
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)