fix(gha): do not continue on error

This commit is contained in:
Xan Manning 2021-12-20 21:17:43 +00:00 committed by Curtis John
parent 0873fc4977
commit e983629167
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
- name: Run Molecule tests
run: molecule test --scenario-name "${{ matrix.scenario }}"
continue-on-error: true
# continue-on-error: true
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'