start keycloak for tests

This commit is contained in:
jasquat 2022-08-01 17:29:25 -04:00
parent 15fd71eb99
commit de405f55bc
1 changed files with 8 additions and 0 deletions

View File

@ -130,6 +130,14 @@ jobs:
restore-keys: |
${{ steps.pre-commit-cache.outputs.result }}-
# TODO: remove keycloak server when calls to keycloak are being mocked
- name: start_keycloak
working-directory: ./spiffworkflow-backend
run: ./bin/start_keycloak
- name: wait_for_keycloak
working-directory: ./spiffworkflow-backend
run: ./bin/wait_for_keycloak 5
- name: Setup Mysql
uses: mirromutth/mysql-action@v1.1
with: