Skip to content

Commit d7bd306

Browse files
authored
chore(ci): move playwright install to +deps (#10293)
1 parent 1c32eda commit d7bd306

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

yarn-project/Earthfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ deps:
55
LET packages = $(git ls-files "**/package*.json" package*.json)
66
LET tsconfigs = $(git ls-files "**/tsconfig*.json" tsconfig*.json)
77
FROM ../build-images+from-registry
8+
9+
RUN npx playwright install && npx playwright install-deps
10+
811
# copy bb, bb-js and noir-packages
912
COPY ../barretenberg/cpp/+preset-release/bin /usr/src/barretenberg/cpp/build/bin
1013
COPY ../barretenberg/cpp/+preset-release-world-state/bin /usr/src/barretenberg/cpp/build/bin
@@ -51,7 +54,6 @@ build:
5154
COPY . .
5255
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
5356
RUN ./bootstrap.sh full
54-
RUN cd ivc-integration && chmod +x run_browser_tests.sh && npx playwright install && npx playwright install-deps
5557

5658

5759
build-dev:

0 commit comments

Comments
 (0)