checkout sample to test out docker build w/ burnettk
This commit is contained in:
parent
4211d13d07
commit
de79c2c057
|
@ -215,6 +215,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
|
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Checkout Samples
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: sartography/sample-process-models
|
||||||
|
path: sample-process-models
|
||||||
- name: start_backend
|
- name: start_backend
|
||||||
run: ./bin/build_and_run_with_docker_compose
|
run: ./bin/build_and_run_with_docker_compose
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
|
Loading…
Reference in New Issue