mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-26 17:59:04 +00:00
use the correct place for keycloak w/ burnettk
This commit is contained in:
parent
c488615dcf
commit
f7907546ca
2
.github/workflows/frontend_tests.yml
vendored
2
.github/workflows/frontend_tests.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user