1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 00:05:19 +03:00

Merge pull request #2256 from iNavFlight/mmosca-fix-random-errors

More attempts at fixing random build failures
This commit is contained in:
Marcelo Bezerra 2024-11-19 19:12:10 +01:00 committed by GitHub
commit cf2804e8a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ jobs:
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
command: npm install command: npm install --foreground-scripts
timeout_minutes: 10 timeout_minutes: 10
on_retry_command: rm -rfv node_modules on_retry_command: rm -rfv node_modules
- name: Build Linux - name: Build Linux
@ -102,7 +102,7 @@ jobs:
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
command: npm install command: npm install --foreground-scripts
timeout_minutes: 10 timeout_minutes: 10
on_retry_command: rm -rfv node_modules on_retry_command: rm -rfv node_modules
- name: Build MacOS arm64 - name: Build MacOS arm64
@ -151,7 +151,7 @@ jobs:
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
command: npm install command: npm install --foreground-scripts
timeout_minutes: 10 timeout_minutes: 10
on_retry_command: rm -rfv node_modules on_retry_command: rm -rfv node_modules
- name: Build MacOS x64 - name: Build MacOS x64
@ -205,7 +205,7 @@ jobs:
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
command: npm install command: npm install --foreground-scripts
timeout_minutes: 10 timeout_minutes: 10
on_retry_command: rm -rfv node_modules on_retry_command: rm -rfv node_modules
- name: Build Win x64 - name: Build Win x64
@ -259,7 +259,7 @@ jobs:
with: with:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
command: npm install command: npm install --foreground-scripts
timeout_minutes: 10 timeout_minutes: 10
on_retry_command: rm -rfv node_modules on_retry_command: rm -rfv node_modules
- name: Build Win32 - name: Build Win32