ci: update workflows

This commit is contained in:
Guido Grazioli 2023-08-24 13:57:38 +02:00
parent 0783000849
commit 5251826477

View file

@ -135,7 +135,9 @@ jobs:
fi
- name: Run molecule test
run: molecule test -s ${{ matrix.molecule_test }}
run: |
molecule --version
molecule test -s ${{ matrix.molecule_test }}
working-directory: ./ansible_collections/middleware_automation/keycloak
env:
PY_COLORS: '1'