mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-05-07 22:03:07 +00:00
set java-17 for keycloak_quarkus
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user