Skip to content

Commit ba3d5ed

Browse files
committed
ci: fix docker compose call
1 parent 8f38a43 commit ba3d5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- uses: actions/checkout@master
4545
- run: |
4646
make init-env
47-
docker-compose build
47+
docker compose build

0 commit comments

Comments
 (0)