Skip to content

Commit

Permalink
add DB to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars committed Sep 17, 2024
1 parent 0df54ba commit 85ec46a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
POSTGRES_PASSWORD: ""
options: --health-cmd pg_isready --health-interval 10s --health-timeout 10s --health-retries 5

opensearch:
image: opensearchproject/opensearch:2.15.0
ports: ['9200:9200']

name: Build and test
runs-on: ubuntu-latest

Expand Down

0 comments on commit 85ec46a

Please sign in to comment.