Skip to content

Commit 7d9053c

Browse files
committed
Remove duplicate Keycloak wait step
- Keep only the 'Wait for Keycloak to be ready' step after starting Keycloak - Remove the old 'Wait for Keycloak' step that was redundant
1 parent d69ccd2 commit 7d9053c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ jobs:
124124
pip install alembic
125125
alembic upgrade head
126126
127-
- name: Wait for Keycloak
128-
run: |
129-
echo "Waiting for Keycloak to be ready..."
130-
timeout 120 bash -c 'until curl -f -s http://localhost:8080/health/ready; do sleep 2; done'
131-
echo "Keycloak is ready"
132-
133127
- name: Setup Keycloak realm
134128
run: |
135129
echo "Keycloak is ready, waiting a bit more for admin API..."

0 commit comments

Comments
 (0)