mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 00:26:51 +08:00
Revert "ci: retry install three times (#3924)"
This reverts commit 4a003878e2.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user