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:
parent
a07add54d9
commit
1d97e42dde
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ruby.yml
vendored
3
.github/workflows/ruby.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue