enhance: increase network-timout in .yarnrc

This commit is contained in:
Bad3r
2023-01-18 09:34:11 -05:00
committed by Gabriel Horner
parent ea952b3f46
commit 25284b819a
3 changed files with 5 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ jobs:
echo "ENABLE_FILE_SYNC_PRODUCTION=${{ github.event_name == 'schedule' || github.event.inputs.enable-file-sync-production == 'true' }}" >> $GITHUB_ENV
- name: Compile CLJS
run: yarn install --network-timeout 100000 && gulp build && yarn cljs:release-electron
run: yarn install && gulp build && yarn cljs:release-electron
env:
LOGSEQ_SENTRY_DSN: ${{ secrets.LOGSEQ_SENTRY_DSN }}
LOGSEQ_POSTHOG_TOKEN: ${{ secrets.LOGSEQ_POSTHOG_TOKEN }}