Skip to content

Commit

Permalink
get redis-server from distro
Browse files Browse the repository at this point in the history
simpler
  • Loading branch information
minrk committed Jan 19, 2024
1 parent ebf999e commit 5cbddca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,8 @@ jobs:
- name: Install redis
if: matrix.backend == 'redis'
# from https://redis.io/docs/install/install-redis/install-redis-on-linux/
run: |
curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
sudo apt-get -y update
sudo apt-get -y install redis
sudo apt-get -y install redis-server
- name: Select tests
run: |
Expand Down

0 comments on commit 5cbddca

Please sign in to comment.