Skip to content

Commit

Permalink
Alter file path reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Nov 2, 2023
1 parent f2b4ead commit e89e256
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 @@ -38,7 +38,7 @@ jobs:

- name: Get Serval and start containers
if: steps.find_matching_branch.outcome != 'success'
run: dotnet build && cd .. && mkdir tmp && cd tmp && git clone https://github.com/sillsdev/serval.git && cd serval && dotnet build && export MACHINE_TESTING_DIR="../../machine" && docker compose -f "../tmp/serval/docker-compose.yml" up -d && sleep 20 #separate repos; allow time for mongo to start up properly
run: dotnet build && cd .. && mkdir tmp && cd tmp && git clone https://github.com/sillsdev/serval.git && cd serval && dotnet build && export MACHINE_TESTING_DIR="../../machine" && docker compose -f "docker-compose.yml" up -d && sleep 20 #separate repos; allow time for mongo to start up properly

- name: Debug network
run: docker ps -a && docker logs --since 10m serval_cntr && docker logs --since 10m echo_cntr && docker logs --since 10m machine-engine-cntr && docker logs --since 10m serval-mongo-1 && docker logs --since 10m machine-job-cntr
Expand Down

0 comments on commit e89e256

Please sign in to comment.