Skip to content

Commit

Permalink
Compatibility CI: Check that EventStoreDB is alive
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Feb 2, 2024
1 parent ba1fac7 commit 2725402
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
- name: Compile
run: mix compile --warnings-as-errors --force

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

- name: Run tests
run: mix test --exclude version_incompatible

Expand Down

0 comments on commit 2725402

Please sign in to comment.