Skip to content

Commit

Permalink
tests: start up redis
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 27, 2021
1 parent bff1137 commit f44de93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Start Redis
uses: supercharge/redis-github-action@1.2.0
with:
redis-version: ${{ matrix.redis-version }}

- run: npm install
- run: npm test
env:
Expand Down

0 comments on commit f44de93

Please sign in to comment.