Skip to content

Commit

Permalink
Run redis image in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
just806me committed Aug 31, 2024
1 parent cb6c2a2 commit d17e7db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,16 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
redis:
image: redis
ports:
- 6379:6379

env:
BUNDLE_WITHOUT: development
RAILS_ENV: test
DATABASE_URL: "postgresql://postgres:postgres@localhost/IKT_test"
REDIS_URL: "redis://localhost:6379/0"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d17e7db

Please sign in to comment.