зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Removed the needless configurations
https://github.com/rubygems/rubygems/commit/7134c49179
This commit is contained in:
Родитель
f5248f6f50
Коммит
01c90f17d9
|
@ -2,20 +2,12 @@ on: pull_request
|
|||
|
||||
jobs:
|
||||
macos:
|
||||
name: rake test
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: [ '2.3.x', '2.4.x', '2.5.x', '2.6.x' ]
|
||||
steps:
|
||||
- name: Disable Firewall
|
||||
run: |
|
||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
|
||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 5
|
||||
- uses: actions/checkout@master
|
||||
- name: Setup ruby
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
|
|
Загрузка…
Ссылка в новой задаче