From de79c2c057b1e2508441a225eb25801657aeb60a Mon Sep 17 00:00:00 2001 From: jasquat Date: Mon, 9 Jan 2023 14:35:36 -0500 Subject: [PATCH] checkout sample to test out docker build w/ burnettk --- .github/workflows/backend_tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index 388f3d3b..89cca7be 100644 --- a/.github/workflows/backend_tests.yml +++ b/.github/workflows/backend_tests.yml @@ -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