do not run setup for backend tests w/ burnettk

This commit is contained in:
jasquat 2023-01-06 16:33:20 -05:00
parent 2e92922543
commit 738cee1fb0

View File

@ -219,6 +219,7 @@ jobs:
run: ./bin/build_and_run_with_docker_compose run: ./bin/build_and_run_with_docker_compose
timeout-minutes: 20 timeout-minutes: 20
env: env:
SPIFFWORKFLOW_BACKEND_RUN_DATA_SETUP: "false"
SPIFFWORKFLOW_BACKEND_LOAD_FIXTURE_DATA: "true" SPIFFWORKFLOW_BACKEND_LOAD_FIXTURE_DATA: "true"
- name: wait_for_backend - name: wait_for_backend
run: ./bin/wait_for_server_to_be_up 5 run: ./bin/wait_for_server_to_be_up 5