set timeout-minutes

This commit is contained in:
kenji yoshida
2021-01-26 10:21:43 +09:00
committed by GitHub
parent 7cf83979a6
commit e43fabf895

View File

@@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
java: [8, 11]