summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: