mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
add timeout to CI (#3061)
This commit is contained in:
parent
ddcad56ee9
commit
9049213867
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -6,6 +6,7 @@ jobs:
|
|||
build:
|
||||
name: ${{ matrix.kind }} ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macOS-10.14, windows-2016, ubuntu-16.04]
|
||||
|
|
Loading…
Reference in a new issue