Skip to content

limit keycloak login account email #247

limit keycloak login account email

limit keycloak login account email #247

Workflow file for this run

name: Pull Request CI
on:
pull_request:
branches: [develop]
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
jobs:
PullRequestCI:
name: Pull Request CI
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
env:
DOCKER_BUILDKIT: 1
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: ./compose.sh test