Skip to content

Commit

Permalink
valgrind config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akurdyukov committed Mar 4, 2024
1 parent 4913473 commit 7265e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
run: |
echo "VERSION=$VERSION" > tests/.env
if [[ "$VERSION" > "21.7" ]]; then echo "ORG=clickhouse"; else echo "ORG=yandex" ; fi >> tests/.env
if [[ "21.10" = "`echo -e "21.10\n$VERSION" | sort -V | head -n1`" ]]; then echo "TOP_LEVEL=clickhouse"; else echo "TOP_LEVEL=yandex" ; fi >> tests/.env
docker-compose -f tests/docker-compose.yml up -d
env:
VERSION: 20.3.7.46
Expand Down

0 comments on commit 7265e47

Please sign in to comment.