Skip to content

Commit

Permalink
reaplce docker-compose with docker compose in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill authored and vereis committed Aug 2, 2024
1 parent 84f1127 commit 47d74f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
key: ${{ hashFiles('mix.lock') }}-${{ matrix.elixir }}-${{ matrix.otp }}
- if: steps.mix-cache.outputs.cache-hit != 'true'
run: mkdir -p priv/plts; mix deps.get; mix deps.compile
- run: docker-compose up -d
- run: docker compose up -d
- run: mix lint
- run: MIX_ENV=test mix do ecto.create, ecto.migrate, test

0 comments on commit 47d74f0

Please sign in to comment.