Skip to content

Commit e115b63

Browse files
committed
e2e/bugfix/update-app-image-sh
1 parent a608da6 commit e115b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/e2e/test.app-image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ update-desktop-database "$(pwd)/ri-test/"
4343
xdg-mime default redisinsight.desktop x-scheme-handler/redisinsight
4444

4545
# 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
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
4848
./tests/e2e/wait-for-redis.sh localhost 12000 && \
4949

5050
# Run tests

0 commit comments

Comments
 (0)