We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5d708 commit 3feb2bfCopy full SHA for 3feb2bf
.github/workflows/molecule.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run Molecule tests
34
run: |
35
- molecule test -s ${{ matrix.scenario }}
+ molecule test -s ${{ matrix.scenario }} -vvv
36
exit_code=$?
37
if [ $exit_code -eq 4 ]; then
38
echo "Molecule returned exit code 4 (some tasks failed but errors were ignored), treating as success"
0 commit comments