Skip to content

Commit

Permalink
Modified starting of 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 19, 2024
1 parent 811564e commit a877b66
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 @@ -249,7 +249,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Start standalone Valkey server
working-directory: java
working-directory: utils
id: port
run:
PORT=$(python3 ./cluster_manager.py start -r 0 | tail -1 | sed 's/.*://')
Expand Down

0 comments on commit a877b66

Please sign in to comment.