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 <guian.gumpac@improving.com>
  • Loading branch information
GumpacG committed Sep 19, 2024
1 parent 4fc2cf4 commit ea9e99d
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 @@ -251,7 +251,7 @@ jobs:
- name: Start standalone Valkey server
working-directory: utils
id: port
run:
run: |
PORT=$(python3 ./cluster_manager.py start -r 0 | tail -1 | sed 's/.*://')
echo $PORT
echo "PORT=$PORT" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ea9e99d

Please sign in to comment.