Skip to content

Commit f4bd1b6

Browse files
committed
Initialize directories before docker compose up
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 5a15294 commit f4bd1b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-monai-deploy-express.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424

2525
- name: Start MONAI Deploy Express
2626
working-directory: ./deploy/monai-deploy-express
27-
run: docker compose up --wait
27+
run: |
28+
./init.sh
29+
docker compose up --wait
2830

2931
- name: Informatics Gateway Health Check
3032
continue-on-error: true

0 commit comments

Comments
 (0)