CI/CD no need to run redis anymore, as we have our fake limited one

This commit is contained in:
Benjamin Sergeant 2020-02-07 17:15:16 -08:00
parent 94431756ff
commit 415f0b3e6d

View File

@ -17,16 +17,16 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install redis
run: brew install redis
- name: start redis server
run: brew services start redis
- name: make test
run: make test
# We don't need to have redis running anymore, as we have our fake limited one
# - name: install redis
# run: brew install redis
#
# - name: start redis server
# run: brew services start redis
# # Windows does not work yet, I'm stuck at getting CMake to run + finding vcpkg
# win:
# runs-on: windows-2016