mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 02:40:30 -07:00
ci: update workflows
This commit is contained in:
parent
0783000849
commit
5251826477
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue