Skip to content

Commit 4fc1c2b

Browse files
author
Paul Monson
committed
update docker compose command
1 parent 24fbe00 commit 4fc1c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Stand up docker-compose services
22-
run: docker-compose up -d
22+
run: docker compose up -d
2323

2424
- name: Determine the elixir version
2525
run: echo "ELIXIR_VERSION=$(grep -h elixir .tool-versions | awk '{ print $2 }' | awk -F - '{print $1}')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)