Skip to content

Commit

Permalink
Install valkey in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Sep 18, 2024
1 parent e5a2c3e commit 97b78fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# engine-version: ${{ matrix.engine.version }}

- name: Install Valkey
uses: ./.github/workflows/install-valkey
with:
engine-version: ${{ matrix.engine.version }}
target: "x86_64-unknown-linux-gnu"

- name: test
working-directory: ./node
run: |
Expand Down

0 comments on commit 97b78fa

Please sign in to comment.