Skip to content

Commit 47e3cbf

Browse files
committed
Check ruby/spec still passes with MSpec changes in MSpec's CI
1 parent b58e665 commit 47e3cbf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,18 @@ jobs:
1414
ruby-version: ${{ matrix.ruby }}
1515
bundler-cache: true
1616
- run: bundle exec rspec
17+
18+
rubyspec:
19+
name: Check ruby/spec still passes with MSpec changes
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v2
24+
with:
25+
repository: ruby/spec
26+
path: rubyspec
27+
- uses: ruby/setup-ruby@v1
28+
with:
29+
ruby-version: 2.7
30+
bundler: none
31+
- run: bin/mspec --timeout 30 rubyspec

0 commit comments

Comments
 (0)