Skip to content

Commit

Permalink
fix: use redis
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Dec 30, 2019
1 parent a8da4cc commit ffa9b77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
matrix:
node-version: [10.x, 12.x]

services:
redis:
image: redis
ports:
- 6379:6379
options: --entrypoint redis-server

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit ffa9b77

Please sign in to comment.