mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-23 06:55:25 +08:00
bumped yarn network timeout in CI
This commit is contained in:
parent
66d9c36047
commit
59d8b5f2a2
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Install admin UI deps
|
||||
run: |
|
||||
just yarn
|
||||
just yarn --network-timeout 1000000000
|
||||
|
||||
- name: Build admin UI
|
||||
run: |
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: Build admin UI
|
||||
run: |
|
||||
just yarn
|
||||
just yarn --network-timeout 1000000000
|
||||
just openapi
|
||||
just yarn build
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue