mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-01 01:40:42 +00:00
attempt to set the sample process model dir w/ burnettk
This commit is contained in:
parent
c927210c8d
commit
43201f6597
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
|
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
|
||||||
nox --version
|
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
|
- name: Setup sqlite
|
||||||
if: matrix.database == 'sqlite'
|
if: matrix.database == 'sqlite'
|
||||||
|
env:
|
||||||
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user