Skip to content

Commit 7077d8f

Browse files
committed
remove "-" in docker-compose command
1 parent b52895f commit 7077d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 18
1818
cache: 'npm'
1919
- name: Docker compose
20-
run: docker-compose up -d --build
20+
run: docker compose up -d --build
2121
- name: Install npm dependencies
2222
run: npm ci
2323
- name: Build code

0 commit comments

Comments
 (0)