Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Oct 18, 2023
1 parent e076b2e commit 6a7b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a7b29e

Please sign in to comment.