use the correct place for keycloak w/ burnettk

This commit is contained in:
jasquat 2023-01-19 15:40:36 -05:00
parent c488615dcf
commit f7907546ca
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ jobs:
path: sample-process-models
- name: start_keycloak
working-directory: ./spiffworkflow-backend
run: ./bin/start_keycloak
run: ./keycloak/bin/start_keycloak 5
- name: start_backend
working-directory: ./spiffworkflow-backend
run: ./bin/build_and_run_with_docker_compose

View File

@ -68,7 +68,7 @@ jobs:
path: sample-process-models
- name: start_keycloak
working-directory: ./spiffworkflow-backend
run: ./bin/start_keycloak
run: ./keycloak/bin/start_keycloak
- name: start_backend
working-directory: ./spiffworkflow-backend
run: ./bin/build_and_run_with_docker_compose