Skip to content

Commit

Permalink
Fixed starting valkey
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Sep 18, 2024
1 parent dcdffaa commit d489531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:

- name: Start Valkey server
run: |
cd ~/valkey
cd ~/valkey/src
./valkey-server &
- name: Test deployment
Expand Down

0 comments on commit d489531

Please sign in to comment.