ci: increase yarn timeout more (#3019)

This commit is contained in:
Travis Groth 2022-02-08 18:35:57 -05:00 committed by GitHub
parent 996de1bf07
commit 8f6fddebd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View file

@ -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