mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-06 01:30:19 +01:00
fix(gha): do not continue on error
This commit is contained in:
parent
0873fc4977
commit
e983629167
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue