mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-07 03:10:31 -07:00
18 lines
379 B
YAML
18 lines
379 B
YAML
---
|
|
name: CI
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
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" ]
|