Skip to content

Commit

Permalink
timeout mimnutes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 5143fe1 commit e1e8ec8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
max_attempts: 3
retry_on: error
command: npm install
timeout_minutes: 10
- name: Create apps folder
run: mkdir -p apps
- name: build linux64 release
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
max_attempts: 3
retry_on: error
command: npm install
timeout_minutes: 10
- name: Create apps folder
run: mkdir -p apps
- name: build macos release
Expand All @@ -84,6 +86,7 @@ jobs:
max_attempts: 3
retry_on: error
command: npm install
timeout_minutes: 10
- name: build win64 release
run: node ./node_modules/gulp/bin/gulp.js release --platform=win64 -LLLL --installer
- name: Upload msi
Expand Down

0 comments on commit e1e8ec8

Please sign in to comment.