Skip to content

Commit

Permalink
Chore: adds redis to npt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Jan 22, 2022
1 parent 46bcb5b commit 4731285
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/npt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
runs-on: ${{ matrix.os }}
env:
YARGS_MIN_NODE_VERSION: ${{ matrix.node }}
REDIS_HOST: redis
REDIS_PORT: 6379
services:
redis:
image: redis
ports:
- 6379:6379
options: --entrypoint redis-server
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
Expand Down

0 comments on commit 4731285

Please sign in to comment.