fix(tests): add missing timeout
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -3,6 +3,8 @@ name: Build, test and analyze
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
push:
|
||||
branches: [ master ]
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -7,3 +7,5 @@
|
||||
plugin_starlists: yes
|
||||
plugin_starlists_limit_repositories: 2
|
||||
plugin_starlists_only: 🤘 TC39
|
||||
test:
|
||||
timeout: 1800000
|
||||
|
||||
Reference in New Issue
Block a user