Skip to content

Commit

Permalink
Test running server
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Sep 11, 2024
1 parent f369386 commit d51a26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Start Valkey server
run: |
if [[ ${{ matrix.host.OS }} == ubuntu ]]; then
apt-get install valkey
systemctl start valkey
sudo apt-get install valkey
sudo systemctl start valkey
else
brew install valkey
brew services start valkey
Expand Down

0 comments on commit d51a26e

Please sign in to comment.