Revert "ci: retry install three times (#3924)"

This reverts commit 4a003878e2.
This commit is contained in:
Alex Yang
2023-08-23 16:52:34 -05:00
parent 340e10f765
commit dd60106b5d
4 changed files with 24 additions and 14 deletions
+2 -6
View File
@@ -6,13 +6,9 @@ runs:
steps:
- name: 'Install @electron-forge/maker-dmg'
if: runner.os == 'macos'
uses: nick-fields/retry@v2
shell: bash
working-directory: ./apps/electron
with:
timeout_minutes: 10
max_attempts: 3
retry_on: timeout
command: yarn add @electron-forge/maker-dmg --dev
run: yarn add @electron-forge/maker-dmg --dev
env:
HUSKY: '0'
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'