Skip to content

Commit

Permalink
BUILD - removed integration test from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vladokuskov committed Apr 21, 2024
1 parent cdf40ff commit 7b2667e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ WORKDIR /app
COPY . .
RUN yarn install
RUN yarn lint
RUN yarn test
RUN yarn test:e2e
RUN yarn build

Expand Down
1 change: 0 additions & 1 deletion docker/staging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ WORKDIR /app
COPY . .
RUN yarn install
RUN yarn lint
RUN yarn test
RUN yarn test:e2e
RUN yarn build

Expand Down

0 comments on commit 7b2667e

Please sign in to comment.