Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Fix redis-server command for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Jan 28, 2021
1 parent f046496 commit d9cbb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
choco install redis-64 --version 3.0.503
- name: Start Redis Server
run: |
redis-server --server-install
redis-server --server-start
redis-server --daemonize yes
redis-cli ping
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down

0 comments on commit d9cbb9b

Please sign in to comment.