From 6a7b29ef5fe576704e8e9aa4498ce10422ef97c6 Mon Sep 17 00:00:00 2001 From: Enkidu93 Date: Wed, 18 Oct 2023 14:43:29 -0400 Subject: [PATCH] Debug --- .github/workflows/ci-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index 9b003c2c2..d635998ec 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -31,7 +31,7 @@ jobs: dotnet-version: 6.0.x - name: Get Serval - run: dotnet build && cd .. && mkdir tmp && git clone https://github.com/sillsdev/serval.git && cd serval && dotnet build && cd ../.. && tree -L 4 + run: dotnet build && cd .. && mkdir tmp && cd tmp && git clone https://github.com/sillsdev/serval.git && cd serval && dotnet build && cd ../.. && tree -L 4 - name: Start containers run: export MACHINE_TESTING_DIR="../../machine" && docker compose -f "../tmp/serval/docker-compose.yaml" up -d && sleep 20 #separate repos; allow time for mongo to start up properly