Skip to content

Commit

Permalink
Removed the needless configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 17, 2019
1 parent 6405a1e commit 7134c49
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/workflow.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 7134c49

Please sign in to comment.