Skip to content

Commit

Permalink
CI: replace docker compose "exec" to "run"
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 30, 2024
1 parent 364d8d1 commit 9d49c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker compose -f docker-compose.yaml up -d
- name: Execute tests
run: |
docker compose exec -T paper_trail mix test test/paper_trail
docker compose run paper_trail mix test test/paper_trail
docker compose run paper_trail mix test test/version
docker compose run paper_trail mix test test/uuid
STRING_TEST=true docker compose run paper_trail mix test test/uuid
Expand Down

0 comments on commit 9d49c29

Please sign in to comment.