mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Limit Swift autobuild runtime to 10 minutes
There's a known issue that causes the Swift autobuilder to hang. By setting a timeout, we'll fail earlier and we can rerun the check earlier.
This commit is contained in:
Generated
+1
@@ -54,6 +54,7 @@ jobs:
|
||||
shell: bash
|
||||
run: pwd
|
||||
- uses: ./../action/autobuild
|
||||
timeout-minutes: 10
|
||||
- uses: ./../action/analyze
|
||||
id: analysis
|
||||
- name: Check database
|
||||
|
||||
@@ -18,6 +18,7 @@ steps:
|
||||
shell: bash
|
||||
run: pwd
|
||||
- uses: ./../action/autobuild
|
||||
timeout-minutes: 10
|
||||
- uses: ./../action/analyze
|
||||
id: analysis
|
||||
- name: Check database
|
||||
|
||||
Reference in New Issue
Block a user