Skip to content

Commit

Permalink
Merge pull request octokit#1263 from octokit/update-workflow
Browse files Browse the repository at this point in the history
Remove MacOS and Windows testing
  • Loading branch information
Heather Harvey authored May 28, 2020
2 parents 8342891 + 863b7fb commit 1f20f25
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/octokit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,17 @@ on:
- master
- 4-stable
- '*'
pull_request:
branches:
- master
- 4-stable

jobs:
ci:
name: ${{ matrix.os }} Ruby ${{ matrix.ruby }}
name: Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}-latest

strategy:
fail-fast: false
matrix:
os: [ ubuntu, macos, windows ]
os: [ ubuntu ]
ruby: [ 2.5, 2.6, 2.7, head ]
include:
- { os: windows, ruby: mingw }
exclude:
- { os: windows, ruby: head }

steps:
- uses: actions/checkout@v2
Expand All @@ -49,4 +41,4 @@ jobs:
- name: Test with RSpec
env:
GITHUB_CI: 1
run: bundle exec rspec
run: bundle exec rspec -w

0 comments on commit 1f20f25

Please sign in to comment.