checkout sample to test out docker build w/ burnettk

This commit is contained in:
jasquat 2023-01-09 14:35:36 -05:00
parent 83e9a08b90
commit 33653fb1b4
1 changed files with 5 additions and 0 deletions

View File

@ -215,6 +215,11 @@ jobs:
with:
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
fetch-depth: 0
- name: Checkout Samples
uses: actions/checkout@v3
with:
repository: sartography/sample-process-models
path: sample-process-models
- name: start_backend
run: ./bin/build_and_run_with_docker_compose
timeout-minutes: 20