1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Actions CI - Allow CI from branches other than master (forks), add test timeout (#2042)

Timeout will need to be changed if JRuby is added to this workflow.
This commit is contained in:
MSP-Greg 2019-10-18 04:22:50 -05:00 committed by Nate Berkopec
parent a07add54d9
commit 1d97e42dde

View file

@ -3,7 +3,7 @@ name: Puma
on:
push:
branches:
- master
- '*'
pull_request:
branches:
- '*'
@ -64,6 +64,7 @@ jobs:
run: bundle exec rake compile
- name: test
run: bundle exec rake
timeout-minutes: 10
env:
CI: true
TESTOPTS: -v