Skip to content

Commit

Permalink
Fix setup-playwright in earthy
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Jun 18, 2024
1 parent 8fccbe6 commit 5e1194e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ setup-playwright:
RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=9.3.0 ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
ENV PATH="/root/.local/share/pnpm:$PATH"
RUN apt update && apt install -y zip
RUN pnpx playwright install --with-deps
RUN pnpm dlx playwright install --with-deps
RUN npm install -g netlify-cli

e2e:
Expand Down

0 comments on commit 5e1194e

Please # to comment.