Skip to content

Commit

Permalink
Reverse steps
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <vicchang@nvidia.com>
  • Loading branch information
mocsharp committed Nov 1, 2023
1 parent c283f88 commit 1aa0a3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
working-directory: ./deploy/monai-deploy-express
continue-on-error: true
run: docker compose down

- name: Collect Logs
working-directory: ./deploy/monai-deploy-express
continue-on-error: true
run: docker compose logs > logs.txt

- uses: actions/upload-artifact@v3
with:
name: logs
path: ./deploy/monai-deploy-express/logs.txt

- name: Collect Logs
working-directory: ./deploy/monai-deploy-express
continue-on-error: true
run: docker compose logs > logs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
}
}
]
}
}

0 comments on commit 1aa0a3a

Please sign in to comment.