Skip to content

Commit

Permalink
chg: Use valkey.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 29, 2024
1 parent 4773620 commit 15314c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nosetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
- name: Install poetry
run: pipx install poetry

- name: Clone Redis
- name: Clone Valkey
uses: actions/checkout@v4
with:
repository: redis/redis
path: redis-tmp
ref: 7.2
repository: valkey-io/valey
path: valkey-tmp
ref: '8.0'

- name: Install and setup redis
- name: Install and setup valkey
run: |
mv redis-tmp ../redis
mv valkey-tmp ../valkey
pushd ..
pushd redis
pushd valkey
make
popd
popd
Expand Down

0 comments on commit 15314c1

Please sign in to comment.