We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a608da6 + e115b63 commit f3da0b8Copy full SHA for f3da0b8
.github/e2e/test.app-image.sh
@@ -43,8 +43,8 @@ update-desktop-database "$(pwd)/ri-test/"
43
xdg-mime default redisinsight.desktop x-scheme-handler/redisinsight
44
45
# Run rte
46
-docker-compose -f tests/e2e/rte.docker-compose.yml build
47
-docker-compose -f tests/e2e/rte.docker-compose.yml up --force-recreate -d -V
+docker compose -f tests/e2e/rte.docker-compose.yml build
+docker compose -f tests/e2e/rte.docker-compose.yml up --force-recreate -d -V
48
./tests/e2e/wait-for-redis.sh localhost 12000 && \
49
50
# Run tests
0 commit comments