Skip to content

Commit

Permalink
Added separate Docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 14, 2024
1 parent 23b84d5 commit b08ad0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
for i in {1..50}; do
docker exec -w $DOCKER_WORK_DIR -i $CONTAINER_NAME bash -c \
"pink/rondis/tests/get_set.sh $((i % 3))"
docker exec -w $DOCKER_WORK_DIR -i $CONTAINER_NAME bash -c \
"pink/rondis/tests/hget_hset.sh $((i % 5)) $((i % 3))"
echo "Success in run $i"
done
Expand Down

0 comments on commit b08ad0d

Please sign in to comment.