bumped yarn network timeout in CI

This commit is contained in:
Eugene Pankov 2022-11-17 23:32:40 +01:00
parent 66d9c36047
commit 59d8b5f2a2
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
3 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ jobs:
- name: Install admin UI deps
run: |
just yarn
just yarn --network-timeout 1000000000
- name: Build admin UI
run: |

View file

@ -24,7 +24,7 @@ jobs:
- name: Build admin UI
run: |
just yarn
just yarn --network-timeout 1000000000
just openapi
just yarn build

View file

@ -13,7 +13,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
COPY . /opt/warpgate
RUN cd /opt/warpgate \
&& just yarn \
&& just yarn --network-timeout 1000000000 \
&& just openapi \
&& just yarn build \
&& cargo build --features mysql,postgres --release