Skip to content

Commit

Permalink
👷 redis for workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <b@bnomei.com>
  • Loading branch information
bnomei committed Aug 2, 2020
1 parent 891ec84 commit 5bdc294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -12,6 +12,11 @@ jobs:
test:
runs-on: ubuntu-latest
name: Tests
services:
redis:
image: redis
ports:
- 6379/tcp
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 5bdc294

Please sign in to comment.