1
0
Fork 0
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:
Bartek Iwańczuk 2019-10-04 20:50:30 +02:00 committed by Ryan Dahl
parent ddcad56ee9
commit 9049213867

View file

@ -6,6 +6,7 @@ jobs:
build: build:
name: ${{ matrix.kind }} ${{ matrix.os }} name: ${{ matrix.kind }} ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy: strategy:
matrix: matrix:
os: [macOS-10.14, windows-2016, ubuntu-16.04] os: [macOS-10.14, windows-2016, ubuntu-16.04]