Skip to content

Commit

Permalink
chore: remove old docker-compose in from the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Nov 20, 2024
1 parent db153c2 commit 023cca8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ jobs:
cd tests
mkdir ./coverage-ci
docker compose -f env/docker-compose-redis.yaml up -d
sleep 30
if [ "$(docker ps -q -f status=running -f name=redis_1)" ]; then
echo "Redis Docker container started successfully."
else
echo "Failed to start Redis Docker container."
exit 1
fi
go test -timeout 20m -v -race -cover -tags=debug -failfast -coverpkg=$(cat pkgs.txt) -coverprofile=./coverage-ci/redis.out -covermode=atomic storage_plugin_test.go
docker compose -f env/docker-compose-redis.yaml down
Expand Down

0 comments on commit 023cca8

Please sign in to comment.