Skip to content

Commit 59b2b86

Browse files
fix tests
1 parent 77ce494 commit 59b2b86

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

redisinsight/api/test/test-runs/test.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN dbus-uuidgen > /var/lib/dbus/machine-id
66
WORKDIR /usr/src/app
77

88
COPY package.json yarn.lock ./
9+
COPY stubs ./stubs
910
RUN yarn install
1011
COPY . .
1112

tests/e2e/e2e.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ WORKDIR /usr/src/app
77
RUN apk add --no-cache bash curl
88

99
COPY package.json yarn.lock ./
10+
COPY stubs ./stubs
1011

1112
RUN npx yarn
1213

0 commit comments

Comments
 (0)