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 2c2b5d0 commit a700d1d
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
run: dotnet build && cd .. && mkdir tmp && git clone https://github.com/sillsdev/serval.git && cd serval && dotnet build && cd ../..

- name: Start containers
run: tree -L 4 && 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 a700d1d

Please sign in to comment.