Skip to content

Commit

Permalink
remove redis from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarsh24 committed Feb 6, 2024
1 parent d092939 commit d403848
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
- 5432:5432
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
redis:
image: redis:latest
ports:
- 6379:6379

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -59,7 +55,6 @@ jobs:
run: bundle exec rspec --format documentation
env:
DATABASE_URL: postgres://postgres:postgres@127.0.0.1:5432/app
REDIS_URL: redis://127.0.0.1:6379
RAILS_ENV: test
RSPEC_RETRY_RETRY_COUNT: 3
SCREENSHOTS: '1'
Expand Down

0 comments on commit d403848

Please sign in to comment.