try passing string in to env var w/ burnettk

This commit is contained in:
jasquat 2022-06-24 17:27:00 -04:00
parent c7f0719e06
commit 715881af53
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
working-directory: ./spiffworkflow-backend
run: ./bin/build_and_run_with_docker_compose
env:
SPIFFWORKFLOW_BACKEND_LOAD_FIXTURE_DATA: true
SPIFFWORKFLOW_BACKEND_LOAD_FIXTURE_DATA: "true"
- name: start_frontend
working-directory: ./spiffworkflow-frontend
run: ./bin/build_and_run_with_docker_compose