Skip to content

Commit

Permalink
Add redis service to ci (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth authored Aug 10, 2023
1 parent 43aa42d commit 178443e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/graph-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- 5432:5432
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 2s --health-timeout 5s --health-retries 15

the_guide:
image: ghcr.io/grai-io/grai-core/grai-server:latest
env:
Expand All @@ -70,6 +71,11 @@ jobs:
--health-interval 2s
--health-retries 10
--health-start-period 30s
redis:
image: redis/redis-stack:latest
ports:
- 6379:6379

steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/integration-fivetran-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
--health-interval 2s
--health-retries 10
--health-start-period 30s
redis:
image: redis/redis-stack:latest
ports:
- 6379:6379
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 178443e

Please sign in to comment.