Skip to content

Commit 98d6a7e

Browse files
committed
github/actions: replace docker-compose with 'docker compose'
1 parent 8e1a69a commit 98d6a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
mix deps.get
4242
4343
- name: Set up Postgres
44-
run: docker-compose -f docker-compose.dbs.yml up -d
44+
run: docker compose -f docker-compose.dbs.yml up -d
4545

4646
- name: Set up test data
4747
run: mix walex.setup

0 commit comments

Comments
 (0)