Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad525b8b00 | |||
| 24cced9dba | |||
| 3626ea613c | |||
| aaebdc5da7 |
+4
-2
@@ -8,8 +8,10 @@ WORKDIR /data
|
||||
|
||||
COPY ./package.json ./yarn.lock ./playwright.config.ts ./
|
||||
|
||||
RUN yarn && \
|
||||
npx playwright install-deps && \
|
||||
# Increase timeout to pass github actions arm64 build
|
||||
RUN yarn install --network-timeout 10000000
|
||||
|
||||
RUN npx playwright install-deps && \
|
||||
apt-get clean && \
|
||||
yarn cache clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user