Skip to content

Commit b714b19

Browse files
fix tests
1 parent 31ad5c5 commit b714b19

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ WORKDIR /usr/src/app
77
RUN apk add --no-cache bash curl
88

99
COPY package.json yarn.lock ./
10-
COPY stubs ./stubs
1110

1211
RUN npx yarn
1312

0 commit comments

Comments
 (0)