mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 10:06:09 +00:00
attempt to set the sample process model dir w/ burnettk
This commit is contained in:
parent
c428158de6
commit
edfbc77c30
8
.github/workflows/backend_tests.yml
vendored
8
.github/workflows/backend_tests.yml
vendored
@ -119,8 +119,16 @@ jobs:
|
||||
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
|
||||
nox --version
|
||||
|
||||
- name: Checkout Samples
|
||||
if: matrix.database == 'sqlite'
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: sartography/sample-process-models
|
||||
path: sample-process-models
|
||||
- name: Setup sqlite
|
||||
if: matrix.database == 'sqlite'
|
||||
env:
|
||||
SPIFFWORKFLOW_BACKEND_BPMN_SPEC_ABSOLUTE_DIR="${GITHUB_WORKSPACE}/sample-process-models"
|
||||
run: ./bin/recreate_db clean rmall
|
||||
|
||||
- name: Setup Mysql
|
||||
|
Loading…
x
Reference in New Issue
Block a user