mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-23 21:30:31 -07:00
set java-17 for keycloak_quarkus
This commit is contained in:
parent
ea735ea79e
commit
84d6e7baca
4 changed files with 14 additions and 20 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -19,6 +19,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python_version: ["3.11"]
|
||||
molecule_test:
|
||||
- default
|
||||
- quarkus
|
||||
- overridexml
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
@ -67,7 +71,7 @@ jobs:
|
|||
working-directory: ./ansible_collections/middleware_automation/keycloak
|
||||
|
||||
- name: Run molecule test
|
||||
run: molecule test --all
|
||||
run: molecule test -s ${{ matrix.molecule_test }}
|
||||
working-directory: ./ansible_collections/middleware_automation/keycloak
|
||||
env:
|
||||
PY_COLORS: '1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue