Files
ansible-middleware.keycloak/.github/workflows/ci.yml
Guido Grazioli 94530640c1 update wf
2023-12-01 12:37:20 +01:00

19 lines
386 B
YAML

---
name: CI
on:
push:
branches:
- main
pull_request_target:
schedule:
- cron: '0 6 * * *'
jobs:
ci:
uses: ansible-middleware/github-actions/.github/workflows/ci.yml@main
secrets: inherit
with:
fqcn: 'middleware_automation/keycloak'
molecule_tests: >-
[ "default", "quarkus", "overridexml", "quarkus-devmode", "https_revproxy" ]