Skip to content

Commit

Permalink
Install playwright in the base image so it is cached (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo authored Jul 8, 2023
1 parent 81b339d commit d21d042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion multidim-interop/impl/js/v0.45/BrowserDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ FROM mcr.microsoft.com/playwright

COPY --from=js-libp2p-base /app/ /app/
WORKDIR /app/interop
RUN ./node_modules/.bin/playwright install
ARG BROWSER=chromium # Options: chromium, firefox, webkit
ENV BROWSER=$BROWSER

Expand Down
1 change: 1 addition & 0 deletions multidim-interop/impl/js/v0.45/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ RUN npm i && npm run build

WORKDIR /app/interop
RUN npm i && npm run build
RUN ./node_modules/.bin/playwright install

ENTRYPOINT [ "npm", "test", "--", "--build", "false", "--types", "false", "-t", "node" ]

0 comments on commit d21d042

Please sign in to comment.