Skip to content

Commit 4d605eb

Browse files
authored
Merge pull request #204 from dejan/fix_test
Use docker command, not docker-compose
2 parents 93f0a20 + f76d7a8 commit 4d605eb

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)