From 672a0cd5f765f6254b0c929a782607dda080c01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20W=C5=82=C3=B3darczyk?= <35432918+kilmajster@users.noreply.github.com> Date: Thu, 3 Jun 2021 22:11:26 +0200 Subject: [PATCH] Fixed init container (#2) * CI automation * CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * [skip ci] CI automation * CI/CD configured * Added headless mode for automated tests * fixed init container / added storing artifacts in github releases / other minor fixes * release job fix * [skip ci] release job fix * release job fix2 * release job fix3 * release job fix4 * fixed AT --- {.run => .github}/debug-in-docker.run.xml | 2 +- .github/workflows/automation_tests.yml | 10 +++-- .github/workflows/publish.yml | 30 +++++++++++-- .gitignore | 2 +- README.md | 44 ++++++++++++++----- docker-compose.yml | 2 +- src/main/docker/dev.Dockerfile | 2 +- src/main/docker/initContainer.Dockerfile | 4 +- .../theme/base-with-attribute/login/login.ftl | 7 +-- .../UsernamePasswordAttributeFormAT.java | 27 ++---------- ...mePasswordAttributeFormEnvVarConfigAT.java | 27 ++---------- .../base/BaseKeycloakInDockerAT.java | 44 ++++++++++++++++++- .../base/Steps.java | 16 +++++++ src/{main => test}/resources/dev-realm.json | 0 14 files changed, 142 insertions(+), 75 deletions(-) rename {.run => .github}/debug-in-docker.run.xml (89%) rename src/{main => test}/resources/dev-realm.json (100%) diff --git a/.run/debug-in-docker.run.xml b/.github/debug-in-docker.run.xml similarity index 89% rename from .run/debug-in-docker.run.xml rename to .github/debug-in-docker.run.xml index dc411a8..0dbf6dc 100644 --- a/.run/debug-in-docker.run.xml +++ b/.github/debug-in-docker.run.xml @@ -1,6 +1,6 @@ - +