Skip to content

Commit

Permalink
fix: change names of blaze containers
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKonar committed Dec 7, 2024
1 parent f3fac16 commit e0bf927
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ jobs:
run: .github/scripts/wait-for-url.sh http://localhost:5432/health

- name: Docker Logs
run: docker logs blaze
run: docker logs test-blaze

- name: Docker Logs
run: docker logs miabis-blaze

- name: Docker Logs
run: sleep 20 && docker logs fhir-module
Expand Down Expand Up @@ -186,7 +189,10 @@ jobs:
run: .github/scripts/wait-for-url.sh http://localhost:5432/health

- name: Docker Logs
run: docker logs blaze
run: docker logs test-blaze

- name: Docker Logs
run: docker logs miabis-blaze

- name: Docker Logs
run: sleep 20 && docker logs fhir-module
Expand Down

0 comments on commit e0bf927

Please sign in to comment.