Skip to content

Commit

Permalink
use docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikoval committed Feb 2, 2025
1 parent 107e79b commit 9e9b601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: mix deps.get

- name: Start Docker
run: docker-compose up --detach
run: docker compose up --detach

- name: Test
run: |
Expand Down

0 comments on commit 9e9b601

Please sign in to comment.