summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-15 11:37:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-26 17:48:01 +0900
commit01c90f17d974c002c054ff2d82ec3982b665b01a (patch)
tree7c7562af65669d1e39f5d7fa7f23be814f2c86c9 /.github
parentf5248f6f504701960a2bbb7a51117060f7d66613 (diff)
[rubygems/rubygems] Removed the needless configurations
https://github.com/rubygems/rubygems/commit/7134c49179
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 0811209a11..f55feb020f 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -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: