We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fbe00 commit 4fc1c2bCopy full SHA for 4fc1c2b
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Stand up docker-compose services
22
- run: docker-compose up -d
+ run: docker compose up -d
23
24
- name: Determine the elixir version
25
run: echo "ELIXIR_VERSION=$(grep -h elixir .tool-versions | awk '{ print $2 }' | awk -F - '{print $1}')" >> $GITHUB_ENV
0 commit comments