Skip to content

Commit

Permalink
Update open-source-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pandu-k authored Aug 1, 2023
1 parent 1847111 commit 8b95077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/open-source-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
docker run --name marqo -d --privileged -p 8882:8882 --add-host host.docker.internal:host-gateway \
${{ steps.prepare.outputs.registry }}/${{ steps.prepare.outputs.image_repo }}:${{ steps.prepare.outputs.image_tag }}
echo Finished run Marqo command
LOGS_PID=$(docker logs -f marqo & echo $!) # capture the pid of `docker logs` command
# wait for marqo to start with timeout of 10 minutes
Expand Down

0 comments on commit 8b95077

Please sign in to comment.