Skip to content

Commit

Permalink
Check ruby/spec still passes with MSpec changes in MSpec's CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Dec 6, 2020
1 parent b58e665 commit 47e3cbf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec

rubyspec:
name: Check ruby/spec still passes with MSpec changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: ruby/spec
path: rubyspec
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler: none
- run: bin/mspec --timeout 30 rubyspec

0 comments on commit 47e3cbf

Please sign in to comment.