Skip to content

Commit

Permalink
chore(ci): move playwright install to +deps (#10293)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Dec 3, 2024
1 parent 1c32eda commit d7bd306
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yarn-project/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ deps:
LET packages = $(git ls-files "**/package*.json" package*.json)
LET tsconfigs = $(git ls-files "**/tsconfig*.json" tsconfig*.json)
FROM ../build-images+from-registry

RUN npx playwright install && npx playwright install-deps

# copy bb, bb-js and noir-packages
COPY ../barretenberg/cpp/+preset-release/bin /usr/src/barretenberg/cpp/build/bin
COPY ../barretenberg/cpp/+preset-release-world-state/bin /usr/src/barretenberg/cpp/build/bin
Expand Down Expand Up @@ -51,7 +54,6 @@ build:
COPY . .
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
RUN ./bootstrap.sh full
RUN cd ivc-integration && chmod +x run_browser_tests.sh && npx playwright install && npx playwright install-deps


build-dev:
Expand Down

0 comments on commit d7bd306

Please sign in to comment.