mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
ci: increase yarn timeout more (#3019)
This commit is contained in:
parent
996de1bf07
commit
8f6fddebd1
2 changed files with 11 additions and 3 deletions
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
|
@ -204,8 +204,16 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: build
|
||||
run: docker build .
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Docker Build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: false
|
||||
|
||||
precommit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
2
Makefile
2
Makefile
|
@ -136,7 +136,7 @@ snapshot: build-deps ## Builds the cross-compiled binaries, naming them in such
|
|||
.PHONY: yarn
|
||||
yarn:
|
||||
@echo "==> $@"
|
||||
cd ui ; yarn install --network-timeout 30000
|
||||
cd ui ; yarn install --network-timeout 120000
|
||||
|
||||
.PHONY: help
|
||||
help:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue