Merge pull request #1167 from gnosis/bugfix/fix-ci

Hotfix/CI
This commit is contained in:
Mikhail Mikheev 2020-07-28 18:46:05 +04:00 committed by GitHub
commit 769cbf321b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ env:
REACT_APP_PORTIS_ID: ${{ secrets.REACT_APP_PORTIS_ID }}
REACT_APP_GNOSIS_APPS_URL: ${{ secrets.REACT_APP_GNOSIS_APPS_URL }}
REACT_APP_INTERCOM_ID: ${{ secrets.REACT_APP_INTERCOM_ID }}
REACT_APP_IPFS_GATEWAY: ${{ secrets.REACT_APP_IPFS_GATEWAY }}
jobs:
release:
runs-on: ${{ matrix.os }}
@ -43,7 +44,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 10.16
- run: yarn install --network-concurrency 1
- run: yarn install
- name: Build/Release Desktop App
env: