Skip to content

Commit

Permalink
Initialize directories before docker compose up
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Nov 1, 2023
1 parent 5a15294 commit f4bd1b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:

- name: Start MONAI Deploy Express
working-directory: ./deploy/monai-deploy-express
run: docker compose up --wait
run: |
./init.sh
docker compose up --wait

- name: Informatics Gateway Health Check
continue-on-error: true
Expand Down

0 comments on commit f4bd1b6

Please sign in to comment.