Skip to content

Commit

Permalink
build: Fix start command for Keycloak setup in GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Oct 5, 2024
1 parent c6422b1 commit 7677759
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test_keycloak_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 8080:8080
options: >-
--name keycloak
start
-e start
env:
KC_BOOTSTRAP_ADMIN_USERNAME: admin
KC_BOOTSTRAP_ADMIN_PASSWORD: admin
Expand Down Expand Up @@ -57,14 +57,6 @@ jobs:
KEYCLOAK_CLIENT_ID: my-client
KEYCLOAK_CLIENT_SECRET: my-client-secret

- name: Run FastAPI application in the background
run: uvicorn main:app --host 0.0.0.0 --port 8000 &
env:
KEYCLOAK_SERVER_URL: http://localhost:8080/auth/
KEYCLOAK_REALM: test
KEYCLOAK_CLIENT_ID: my-client
KEYCLOAK_CLIENT_SECRET: my-client-secret

- name: Install backup-restore server
run: |
pip install -e .
Expand Down

0 comments on commit 7677759

Please sign in to comment.