Skip to content

Commit 5cf622b

Browse files
docker compose build
1 parent 7064fb5 commit 5cf622b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build Docker images
3030
# This builds all services defined in your docker-compose.yaml
3131
# It's crucial to build them before running tests.
32-
run: docker-compose build
32+
run: docker compose build
3333

3434
- name: Run Vitest Battle Tests
3535
run: echo "this will handle letter"

0 commit comments

Comments
 (0)