fix: set longer yarn timeout to fix iOS builds

This commit is contained in:
Radek Czemerys
2020-09-29 18:17:16 +02:00
parent d2fbc95470
commit d136bf7d8d
2 changed files with 4 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ jobs:
- name: Export version from package.json
run: |
echo ::set-env name=PACKAGE_VERSION::$(node -pe "require('./package.json').version")
- name: Set longer yarn timeout
run: yarn config set network-timeout 300000
- name: Install dependencies
run: yarn run init
- name: Set ssh connection to Github

View File

@@ -50,6 +50,8 @@ jobs:
- name: Export version from package.json
run: |
echo ::set-env name=PACKAGE_VERSION::$(node -pe "require('./package.json').version")
- name: Set longer yarn timeout
run: yarn config set network-timeout 300000
- name: Install dependencies
run: yarn run init
- name: Set ssh connection to Github