Skip to content

Commit be77d85

Browse files
committed
docker compose
1 parent b4b169e commit be77d85

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-build-verify.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v3
1919

20-
- name: Set up Docker Compose
20+
- name: Set up & Build Docker Compose
2121
uses: docker/setup-compose-action@v1
2222
with:
2323
version: latest
24-
25-
- name: Build Docker Compose
26-
uses:
2724
run: docker-compose -f src/services/simulation_service/core/docker-compose.yml build

0 commit comments

Comments
 (0)