Skip to content

Commit 46eb8cb

Browse files
committed
(maint) Add specs to gha pr_testing workflow
1 parent b3f55d7 commit 46eb8cb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pr_testing.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ jobs:
4242
- name: Check whether REFERENCE.md has uncommitted changes
4343
run: git diff --exit-code REFERENCE.md
4444

45+
specs:
46+
runs-on: ubuntu-latest
47+
steps:
48+
- uses: actions/checkout@v4
49+
- uses: ruby/setup-ruby@v1
50+
with:
51+
ruby-version: '3.3'
52+
bundler-cache: true
53+
- name: Run RSpec tests
54+
run: bundle exec rspec spec
55+
4556
test-install-task-on-ubuntu:
4657
strategy:
4758
matrix:

0 commit comments

Comments
 (0)