Skip to content

Commit 059b24c

Browse files
author
Artem
committed
add .rpm artifacts (Egor, thanks :) )
1 parent 1cb88e0 commit 059b24c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
# Redisinsight API + UI build
3131
app:
3232
cap_add:
33-
- ipc_lock
33+
- IPC_LOCK
3434
env_file:
3535
- ./.env
3636
build:

tests/e2e/web.runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import testcafe from 'testcafe';
22

33
(async(): Promise<void> => {
4-
await testcafe('localhost')
4+
await testcafe()
55
.then(t => {
66
return t
77
.createRunner()

0 commit comments

Comments
 (0)