Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 0a39ccc

Browse files
committed
- adds a check to ensure the gem builds
1 parent 52f6358 commit 0a39ccc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
cache-version: 1
2525
- name: Run tests
2626
run: bundle exec rake
27+
- name: Build the gem
28+
run: gem build *.gemspec
2729
- name: Upload artifacts for ruby version 3 and ubuntu
2830
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby-version == '3.2'}}
2931
uses: actions/upload-artifact@v3
@@ -32,3 +34,4 @@ jobs:
3234
path: |
3335
./Gemfile.lock
3436
./README.md
37+
*.gem

0 commit comments

Comments
 (0)