Skip to content

Commit

Permalink
feat: raise redis service before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
J0sueTM committed Jul 3, 2024
1 parent 439d4da commit 3e6bafe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
jobs:
test:
runs-on: ubuntu-latest
services:
redis:
image: "redis:7"
ports:
- 6379:6379
options: --rm

steps:
- name: Checkout code
Expand Down

0 comments on commit 3e6bafe

Please sign in to comment.