Skip to content

Commit

Permalink
chore: update docker compose command
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Aug 11, 2024
1 parent 6c45581 commit 703743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd tests
mkdir ./coverage-ci
docker-compose -f env/docker-compose-memcached.yaml up -d
docker compose -f env/docker-compose-memcached.yaml up -d
sleep 30
if [ "$(docker ps -q -f status=running -f name=memcached_1)" ]; then
echo "KV Docker container started successfully."
Expand Down

0 comments on commit 703743f

Please sign in to comment.