Skip to content

Commit

Permalink
Fix docker-compose exec command options
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Feb 1, 2024
1 parent da8ad42 commit fbaeb7c
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 @@ -65,7 +65,7 @@ jobs:
run: mix compile --warnings-as-errors --force

- name: Test that the EventStoreDB container is alive
run: docker-compose exec eventstore true
run: docker-compose exec --no-TTY eventstore true

- name: Coveralls
run: mix coveralls.github
Expand Down

0 comments on commit fbaeb7c

Please sign in to comment.