Skip to content

Commit

Permalink
correct options
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Mar 30, 2024
1 parent 4dd0cc1 commit 694f665
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ jobs:
integration:
services:
keycloak:
image: quay.io/keycloak/keycloak:24.0.2
image: quay.io/keycloak/keycloak:24.0.2 start-dev
env:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: password
ports:
- "8080:8080"
options: >-
start-dev

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 694f665

Please sign in to comment.