syntax error w/ burnettk

This commit is contained in:
jasquat 2023-02-27 17:10:52 -05:00
parent 43201f6597
commit f0ea9076e2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ jobs:
- name: Setup sqlite - name: Setup sqlite
if: matrix.database == 'sqlite' if: matrix.database == 'sqlite'
env: env:
SPIFFWORKFLOW_BACKEND_BPMN_SPEC_ABSOLUTE_DIR="${GITHUB_WORKSPACE}/sample-process-models" SPIFFWORKFLOW_BACKEND_BPMN_SPEC_ABSOLUTE_DIR: "${GITHUB_WORKSPACE}/sample-process-models"
run: ./bin/recreate_db clean rmall run: ./bin/recreate_db clean rmall
- name: Setup Mysql - name: Setup Mysql