Skip to content

Commit

Permalink
try: log docker output
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Nov 2, 2023
1 parent 20529a6 commit aa13780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ runs:
shell: bash -l {0}
run: |
docker run -d -p 3001:3001 --name=materials-designer materials-designer:latest
docker logs materials-designer
while ! docker logs materials-designer 2>&1 | grep "Compiled"; do
failed=$(docker logs materials-designer 2>&1 | grep "Failed")
if [[ "$failed" != "" ]]; then
Expand Down

0 comments on commit aa13780

Please sign in to comment.