mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-31 03:44:48 +00:00
ci: update workflows
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -135,7 +135,9 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run molecule test
|
- 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
|
working-directory: ./ansible_collections/middleware_automation/keycloak
|
||||||
env:
|
env:
|
||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
|
|||||||
Reference in New Issue
Block a user