mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Actions - add timeout for bundle install, Ruby 2.2 RubyGems 2.7.10 -> 2.7.11
This commit is contained in:
parent
5e6e0737fc
commit
af94b78320
2 changed files with 3 additions and 1 deletions
3
.github/workflows/mri.yml
vendored
3
.github/workflows/mri.yml
vendored
|
@ -41,11 +41,12 @@ jobs:
|
|||
mingw: _upgrade_ openssl ragel
|
||||
|
||||
- name: bundle install
|
||||
timeout-minutes: 5
|
||||
shell: pwsh
|
||||
run: |
|
||||
# update RubyGems in Ruby 2.2, bundle install
|
||||
if ('${{ matrix.ruby }}' -lt '2.3') {
|
||||
gem update --system 2.7.10 --no-document
|
||||
gem update --system 2.7.11 --no-document
|
||||
}
|
||||
bundle install --jobs 4 --retry 3
|
||||
|
||||
|
|
1
.github/workflows/non_mri.yml
vendored
1
.github/workflows/non_mri.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
echo JAVA_HOME=$JAVA_HOME_11_X64 >> $GITHUB_ENV
|
||||
|
||||
- name: bundle install
|
||||
timeout-minutes: 5
|
||||
run: bundle install --jobs 4 --retry 3
|
||||
|
||||
- name: set SSL
|
||||
|
|
Loading…
Reference in a new issue