From 01c90f17d974c002c054ff2d82ec3982b665b01a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sun, 15 Sep 2019 11:37:30 +0900 Subject: [rubygems/rubygems] Removed the needless configurations https://github.com/rubygems/rubygems/commit/7134c49179 --- .github/workflows/workflow.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to '.github') 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: -- cgit v1.2.3