Skip to content

Commit f76d7a8

Browse files
committed
Use docker command, not docker-compose
1 parent 93f0a20 commit f76d7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Start containers
1313
working-directory: meta_request
14-
run: docker-compose up
14+
run: docker compose up

0 commit comments

Comments
 (0)