Skip to content

Commit d098316

Browse files
authored
Merge pull request #2784 from RedisInsight/e2e/bugfix/yarn-issue
E2e/bugfix/yarn issue
2 parents 3a0a83d + 0a96939 commit d098316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/docker.web.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
command: [
3434
'./wait-for-it.sh', 'redis-enterprise:12000', '-s', '-t', '120',
3535
'--',
36-
'npx', 'yarn', 'test:chrome:ci'
36+
'npm', 'run', 'test:chrome:ci'
3737
]
3838

3939
# Built image

tests/e2e/local.web.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
command: [
3434
'./wait-for-it.sh', 'redis-enterprise:12000', '-s', '-t', '120',
3535
'--',
36-
'npx', 'yarn', 'test:chrome:ci'
36+
'npm', 'run', 'test:chrome:ci'
3737
]
3838

3939
# Redisinsight API + UI build

0 commit comments

Comments
 (0)